aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Move error handling to common component used by both streaming and indexedHenning Baldersheim2024-03-191-9/+0
* Searcher => BackendHenning Baldersheim2024-03-115-18/+17
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-084-9/+9
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-092-7/+6
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-231-7/+4
* Update copyrightJon Bratseth2023-10-0942-35/+42
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-051-6/+9
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-052-26/+14
* Add debug-logging to search cluster dispatch health trackingjonmv2023-09-011-1/+3
* Ensure node search path index follows config orderjonmv2023-09-012-8/+12
* Show search cluster name in Node.toStringjonmv2023-09-012-8/+10
* Update whether local corpus on localhost with new configjonmv2023-09-011-1/+2
* Have SystemInfo injected, which actually knows our cluster namejonmv2023-08-311-4/+5
* Wait for dispatch nodes config in ReconfigurableDispatcher constructorjonmv2023-08-161-7/+11
* Use correct config id for dispatch configjonmv2023-08-161-2/+9
* Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-141-0/+37
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-133-3/+13
* Get info about all nodes before updating search groups referencejonmv2023-07-132-13/+28
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-134-22/+55
* Test nodes are retained when updating search cluster groupsjonmv2023-07-131-3/+4
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-136-50/+77
* Add skeleton for delaying search invoker RPC resource shutdownjonmv2023-07-132-12/+74
* Simplify a bitjonmv2023-07-134-30/+22
* Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-071-10/+4
* Another potential overflow (not really, since trunc milis in a long, but that...jonmv2023-07-071-1/+1
* Avoid overflow for warmup end time computationjonmv2023-07-073-9/+11
* Follow API changejonmv2023-07-061-1/+1
* 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.fromHenning Baldersheim2023-03-291-1/+1
* | 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
* Don't warn when 1 node is downJon Bratseth2022-12-291-7/+15
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-6/+21
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-253-16/+37
* pathIndex should not be part of equals and hashcode.Henning Baldersheim2022-11-254-16/+9
* Using volatiles directly is fine for ensuring thread visibility.Henning Baldersheim2022-11-252-41/+41
* Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-253-57/+67
* Move test utility code to test directory.Henning Baldersheim2022-11-241-24/+0
* Prevent division by zeroHenning Baldersheim2022-11-241-1/+2
* Prefer Java over com.google.common.collectHenning Baldersheim2022-11-241-5/+5
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-249-165/+155
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-247-111/+152
* Ensure you use the same invoker and loadbalancer for the same call.Henning Baldersheim2022-11-232-7/+7
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-232-9/+7