aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-061-3/+2
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-051-2/+3
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-051-3/+2
|
* Revert "GC long gone config"Henning Baldersheim2022-07-051-2/+3
|
* GC long gone configHenning Baldersheim2022-07-051-3/+2
|
* Make load balancer thread safe.Henning Baldersheim2022-06-304-33/+54
|
* Remove 'requireSequencing' as an option.Henning Baldersheim2022-06-261-1/+0
| | | | As a consequence move protocol and params resolution to common code so that it is always handled in the decoding/encoding thread.
* avoid unaligned accessHåvard Pettersen2022-06-201-1/+2
|
* Remove outdated suppressWarningsgjoranv2022-06-091-1/+0
|
* more testing (arnej)Håvard Pettersen2022-06-091-0/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-085-166/+48
|
* remove 'Storage' protocolArne H Juul2022-06-081-1/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove maxFirstPass support on Vespa 8Jon Bratseth2022-06-085-55/+2
|
* cleanup unused second pass statsArne H Juul2022-06-087-49/+10
|
* Remove warnings and push some todosJon Bratseth2022-06-081-3/+3
|
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-084-10/+10
| | | | | Streaming search still uses this to ensure low latencies, and we don't have a replacement for priorities for this use case yet.
* Remove on Vespa 8Jon Bratseth2022-06-086-19/+0
|
* Remove config version on Vespa 8Jon Bratseth2022-06-081-4/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-12/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-15/+0
|
* Remove <client> on Vespa 8Jon Bratseth2022-06-081-1/+0
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-083-4/+1
| | | | Also remove some deprecated methods in ConfigGetter
* Remove deprecated documentapi Response constructorsjonmv2022-06-086-99/+3
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-088-30/+12
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Remove explicit operation priority from DocumentAPI session public APIsTor Brede Vekterli2022-06-086-292/+0
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-0818-360/+21
| | | | | | | 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.
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-1/+1
|
* Remove compatibility translation Storage --> Content policyjonmv2022-06-081-2/+1
|
* Remove DocumentAccess.createDefaultjonmv2022-06-082-19/+1
|
* documentapi does not need metricsHenning Baldersheim2022-05-201-1/+0
|
* Prevent NPE when using the deprecated getError accessorHenning Baldersheim2022-04-251-1/+5
|
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-252-1/+4
|\ | | | | Bratseth/inputs 2
| * Resolve rank profile inputsJon Bratseth2022-04-212-1/+4
| |
* | Discard messages instead of replying laterjonmv2022-04-202-7/+7
| |
* | GC unused importHenning Baldersheim2022-04-201-8/+1
| |
* | Update documentapi/src/main/java/com/yahoo/documentapi/Result.javaHenning Baldersheim2022-04-201-1/+1
| | | | | | Co-authored-by: Jon Bratseth <bratseth@gmail.com>
* | Use com.yahoo.messagebus.Error instead of java.lang.ErrorHenning Baldersheim2022-04-196-13/+54
| |
* | Wait in destinatino until RPC layer times out requestjonmv2022-04-192-55/+38
| |
* | Add retries to broken message bus test setupjonmv2022-04-193-13/+23
| |
* | Merge pull request #22105 from vespa-engine/arnej/just-new-config-filesHenning Baldersheim2022-04-122-126/+174
|\ \ | |/ |/| switch to new-style config
| * switch to new-style configArne H Juul2022-04-122-126/+174
| |
* | GC unused importHenning Baldersheim2022-04-111-2/+0
| |
* | ThrottlePolicyOverride -> ThrottlePolicyHenning Baldersheim2022-04-115-20/+12
| |
* | Avoid * imports.Henning Baldersheim2022-04-113-12/+33
| |
* | - Allow control of throttlepolicy per session.Henning Baldersheim2022-04-118-17/+51
|/ | | | | - Move tests to same namespace as code to avoid polluting the public interface. - Expose the throttlepolicy from SourceSession to avoid double bookeeping.
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-0516-21/+95
| | | | | | | | | | | 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-0110-10/+76
| | | | | 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.
* CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-2/+1
|
* Update tests to take vespalib::string size into accountTor Brede Vekterli2022-03-241-1/+1
|