aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java
Commit message (Collapse)AuthorAgeFilesLines
* Adjust command line parsing for vespa-get to handle priority names.Tor Egge2018-11-052-10/+28
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-241-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Add support for using more than 1 sender thread.Henning Baldersheim2018-10-233-6/+28
|
* Revert "Use G1GC as default"Bjørn Christian Seime2018-10-201-1/+1
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-191-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Print missing '[' for json when receiving no documentsBjørn Christian Seime2018-10-182-0/+15
|
* Add copyrightBjørn Christian Seime2018-10-181-0/+1
|
* Fix bug where ']' is printed when listing ids only with json enabledBjørn Christian Seime2018-10-182-6/+41
| | | | - Include unit test
* Make methods privateBjørn Christian Seime2018-10-181-3/+3
|
* Add contructor intended for unit testingBjørn Christian Seime2018-10-181-3/+9
|
* UTF-8 is always supported in JavaBjørn Christian Seime2018-10-181-8/+9
|
* Add '@Override' to all methods that are overridenBjørn Christian Seime2018-10-181-0/+2
|
* Remove dead codeBjørn Christian Seime2018-10-181-39/+1
|
* Add parathensis to make operator precedence explicitBjørn Christian Seime2018-10-152-2/+2
|
* Add --xmloutput to vespa-get + vespa-visitBjørn Christian Seime2018-10-152-3/+25
|
* Nonfunctional changes onlyJon Bratseth2018-10-051-9/+21
|
* fix lost handler metricsArne Juul2018-09-251-1/+1
| | | | | * since all these classes use a shared FeedContext instance we must make sure that nobody ever uses NullFeedMetric (except unit tests & VespaFeeder).
* Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-056-6/+6
| | | | - On JDK 9+, -1 is invalid, and 0 really means zero.
* Fix warningBjørn Christian Seime2018-06-191-1/+1
|
* Use shade plugin instead of assembly.gjoranv2018-06-141-6/+15
| | | | NOTE: the fat jar will no longer be attached to the artifact.
* Set route on send session instead of individual messagesTor Brede Vekterli2018-05-232-17/+4
| | | | | | Session route is "default" unless otherwise specified, which overrides per-message routes. This means that the route parameter has not worked as expected.
* update bootstrapArne Juul2018-05-169-18/+45
|
* update bootstrap section of scriptsArne Juul2018-05-149-0/+81
|
* Use new junit APIJon Bratseth2018-05-042-8/+10
|
* Do not return with exit code 1 if help option is usedHarald Musum2018-03-131-1/+7
|
* Merge pull request #4947 from vespa-engine/gjoranv/add-explicit-document-depBjørn Christian Seime2018-02-071-0/+6
|\ | | | | Add explicit dep on 'document' to get commons-collections
| * Add explicit dep on 'document' to get commons-collectionsgjoranv2018-02-071-0/+6
| | | | | | | | .. which is excluded from container-dev.
* | Make vespa-stat use bucketSpace.Tor Egge2018-02-065-18/+20
| |
* | Simplify by using String.format().Geir Storli2018-02-021-2/+2
| |
* | Define and use fixed bucket spaces in Java code.Geir Storli2018-02-024-6/+10
| |
* | WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-02-013-1/+39
| |
* | Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-02-012-2/+16
| | | | | | | | Command line option for bucket space added to vespavisit binary.
* | Fix JVM options after change in PR 4838Harald Musum2018-01-311-1/+1
| |
* | Specify explicit gc parameters and gc verbosity.Henning Baldersheim2018-01-311-0/+2
| |
* | Revert "Geirst/add bucket space to document api"Harald Musum2018-01-305-55/+3
| |
* | WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-01-293-1/+39
| |
* | Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-01-292-2/+16
|/ | | | Command line option for bucket space added to vespavisit binary.
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-1/+1
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* Continually recompute the timeout given to messagebus.Henning Baldersheim2018-01-241-0/+1
| | | | If used by vespafeeder keep old behavior.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* remove VDS mentionKristian Aune2017-10-051-1/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+12
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-12/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+12
|
* use HostName.getLocalhostArne Juul2017-09-081-11/+3
|