summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/rpc
Commit message (Expand)AuthorAgeFilesLines
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-081-1/+1
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-091-2/+1
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-231-7/+4
* Update copyrightJon Bratseth2023-10-0914-14/+14
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-131-1/+1
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-133-5/+20
* Simplify a bitjonmv2023-07-132-28/+20
* move MatchFeatureData class to vespajlibArne Juul2023-04-272-94/+1
* Merge pull request #26641 from vespa-engine/balder/control-slime-decodingHenning Baldersheim2023-03-302-3/+21
|\
| * Use the summary decode policy to select Inspector implementations.Henning Baldersheim2023-03-301-1/+6
| * Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-302-2/+15
* | Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-1/+1
|/
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-201-1/+22
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-6/+21
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-252-15/+35
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-3/+3
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-2/+10
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-239-57/+99
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-232-16/+4
* Use thread local random.Henning Baldersheim2022-11-221-4/+3
* GC unused imports.Henning Baldersheim2022-11-221-6/+0
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-2/+3
* - 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
* soonActive => targetActiveHenning Baldersheim2022-09-092-3/+3
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-091-2/+2
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-012-1/+6
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-2/+2
* 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
* No functional changesJon Bratseth2022-05-181-2/+2
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* 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
* Undeprecate string features and be explicitJon Bratseth2022-03-292-3/+3
* detect and debug log invalid summary classArne H Juul2022-02-161-0/+5