aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-142-24/+10
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-121-1/+2
| | | | magic conversions.
* Convert vespaclient-java to junit5Bjørn Christian Seime2022-07-2811-222/+229
|
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-083-9/+9
| | | | | Streaming search still uses this to ensure low latencies, and we don't have a replacement for priorities for this use case yet.
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-082-3/+3
| | | | Also remove deprecated and unsupported header-only visitor parameter
* use [document] not [all]Arne H Juul2022-06-083-7/+7
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-087-86/+6
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Use -Xlog:gc instead of -verbose:gcHarald Musum2022-05-101-1/+1
|
* switch to new-style configArne H Juul2022-04-121-113/+82
|
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-057-11/+22
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Deprecate DocumentAPI methods using explicit operation priorityTor Brede Vekterli2022-04-013-4/+8
| | | | | This is functionality that made more sense when we had spinning drives and no async write scheduling in the backend. Going away on Vespa 8.
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-152-2/+7
| | | | | | * should have same behavior in Java and C++ * extend unit tests to verify * note various places where we want to change the default on Vespa 8 branch
* Remove undocumented parameter for deprecated featureTor Brede Vekterli2022-01-311-3/+0
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-213-0/+3
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0747-47/+47
|
* 32m -> 64m direct memoryHenning Baldersheim2021-10-011-1/+1
|
* simplify slightly, remove accidental duplicationArne Juul2021-06-091-10/+5
|
* Remove echoJon Bratseth2021-06-091-1/+1
|
* Allow -Xmx to be specified as an argument to vespa-visitJon Bratseth2021-06-091-3/+17
|
* turn up the logging levelArne Juul2021-04-212-1/+8
| | | | | | | * these tools are also in the category where users will consider any INFO level message noise. Since they don't use the vespa LogSetup, just increase the threshold programmatically.
* from usage, it seems nobody wants INFO log messages from vespa-visitArne Juul2021-04-201-0/+4
|
* Fix linksJon Bratseth2021-02-152-2/+2
|
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ↵Jon Marius Venstad2021-01-052-3/+3
| | | | -direct route
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-054-14/+14
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-054-14/+14
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-044-5/+5
|
* Use just content cluster name as routeJon Marius Venstad2020-12-304-5/+5
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-304-14/+14
|
* Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-055-16/+29
|\ | | | | Balder/minor fieldset cleanup
| * Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-045-16/+29
| |
| * Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-041-1/+1
| | | | | | | | optimization during get.
* | Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|/
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-19/+14
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* Improve error messagesJon Bratseth2020-04-132-11/+11
|
* Since resolving instances are error phrone we need to do it once.Henning Baldersheim2020-03-081-5/+21
|
* Temporary quota checkingJon Bratseth2020-01-171-1/+1
|
* Non-functional changesJon Bratseth2020-01-062-1/+4
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-183-28/+10
|
* Less unusable options.Henning Baldersheim2019-09-301-5/+1
|
* update shell bootstrap sectionsArne Juul2019-09-049-0/+36
|
* doc: -> id:Henning Baldersheim2019-08-162-6/+6
|
* doc: -> id:Henning Baldersheim2019-08-162-6/+6
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-11/+0
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-1/+0
|
* Reapply what got lost during merge.Henning Baldersheim2019-04-291-4/+0
|
* Merge branch 'master' into balder/gc-some-unused-optionsHenning Baldersheim2019-04-291-0/+4
|\