summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
* GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-081-20/+5
* Various cleanup and code deduplication.Henning Baldersheim2022-10-132-9/+9
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-122-29/+33
* Allocate the optional buffer lazilyHenning Baldersheim2022-10-121-2/+8
* Reuse scratch buffer to avoid allocating and clearing a new buffer for serial...Henning Baldersheim2022-10-121-4/+8
* - Presize array to its max size.Henning Baldersheim2022-10-121-3/+4
* Prefer ArrayList over LinkedList as it is normally faster.Henning Baldersheim2022-10-121-5/+5
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-292-8/+3
* Chose correct "redundancy" for coverage estimation. Current default is to use...Henning Baldersheim2022-09-202-15/+21
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-192-5/+8
* Clarify semantics by better naming and correct code visibilityHenning Baldersheim2022-09-145-13/+17
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-3/+1
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-146-122/+230
* Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
* soonActive => targetActiveHenning Baldersheim2022-09-096-13/+23
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-4/+4
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-012-1/+6
* Add back newlines in comment.Henning Baldersheim2022-08-251-0/+2
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-252-6/+4
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-4/+2
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-232-15/+17
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-1/+1
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-224-27/+119
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-223-17/+20
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
* Test best-of-random-2Henning Baldersheim2022-08-211-1/+1
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-192-8/+70
* Revert "Do not claim that you have asked nodes that were in a known failed st...Henning Baldersheim2022-07-081-0/+3
* Do not claim that you have asked nodes that were in a known failed state.Henning Baldersheim2022-07-081-3/+0
* Only log when entering or leaving the balanced state.Henning Baldersheim2022-06-301-1/+1
* Improve error message on early timeoutBjørn Christian Seime2022-06-162-2/+2
* Fail-fast if already timed out before RPC invokeBjørn Christian Seime2022-06-164-8/+39
* Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-164-18/+46
* Move explainLevel into query.traceJon Bratseth2022-06-141-2/+2
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-3/+3
* use IllegalInputExceptionArne H Juul2022-06-081-1/+2
* allow empty stringArne H Juul2022-06-081-2/+6
* allow null pointer for summary classArne H Juul2022-06-081-1/+1
* just fail when unknown summary class is requestedArne H Juul2022-06-081-3/+1
* Update flag lifetime, and GC some now defunct flags.Henning Baldersheim2022-06-011-1/+1
* No functional changesJon Bratseth2022-05-181-2/+2
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-051-1/+1
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-1/+1
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-031-1/+1
* Revert "Use schema-info"Jon Bratseth2022-05-031-1/+1
* Use schemsa-infoJon Bratseth2022-05-031-1/+1
* Add serialization testJon Bratseth2022-04-081-1/+1
* Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-5/+2
* Undeprecate string features and be explicitJon Bratseth2022-03-292-3/+3