aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/searchcluster
Commit message (Expand)AuthorAgeFilesLines
* Verify old monitors are purgedjonmv2023-09-051-0/+1
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-051-1/+11
* Ensure node search path index follows config orderjonmv2023-09-011-2/+8
* Show search cluster name in Node.toStringjonmv2023-09-012-19/+17
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-131-1/+5
* Test nodes are retained when updating search cluster groupsjonmv2023-07-131-0/+40
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-131-2/+2
* Don't warn when 1 node is downJon Bratseth2022-12-293-0/+17
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-251-0/+14
* Move test utility code to test directory.Henning Baldersheim2022-11-242-2/+75
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-242-8/+7
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-1/+1
* soonActive => targetActiveHenning Baldersheim2022-09-091-1/+1
* Convert container-search to junit5Bjørn Christian Seime2022-07-282-33/+31
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-5/+5
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-5/+5
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-303-2/+234
|\
| * Separate balanced and sparseJon Bratseth2021-07-021-2/+22
| * Infer groupJon Bratseth2021-07-022-14/+14
| * Allow deviation of at least 1 documentHarald Musum2021-06-301-0/+18
| * Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-111-2/+16
| * Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-101-16/+2
| * Don't consider number of working nodes in coverageJon Bratseth2021-05-101-2/+16
| * Use median not average document count to determine group coverageJon Bratseth2021-04-153-1/+123
| * Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-081-1/+44
| * Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-081-44/+1
| * Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-071-1/+44
| * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-151-12/+1
| * Introduce top-k-probability and use it to fetch correct proper amount of hits...Henning Baldersheim2020-04-151-0/+12
| * Revert "Revert "Revert "Revert "Don't take combined clusters of size 1 down""""Jon Bratseth2020-03-261-1/+15
| * Revert "Revert "Revert "Don't take combined clusters of size 1 down"""Jon Bratseth2020-03-261-15/+1
| * Revert "Revert "Don't take combined clusters of size 1 down""Jon Bratseth2020-03-251-1/+15
| * Revert "Don't take combined clusters of size 1 down"Harald Musum2020-03-251-15/+1
| * Don't take combined clusters of size 1 downJon Bratseth2020-03-251-1/+15
| * Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-1/+0
| * Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-0/+1
| * Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-1/+0
| * Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-0/+1
| * Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-1/+0
* | Do not depend on on ClusterInfo config as it changes to often and causes a in...Henning Baldersheim2020-02-131-2/+1
|/
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-041-13/+5
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-2/+3
* Do not start cluster monitor thread in test as it will race with explicit pin...Henning Baldersheim2020-02-041-2/+2
* Add another ping round to avoid racing with the builtin ping thread that oper...Henning Baldersheim2020-02-031-1/+1
* Wait until Pong has returned before saying you are done.Henning Baldersheim2020-02-031-1/+1
* Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-031-5/+7
* Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-031-0/+15
* Send ping every second truly async to all nodes who does not have any pending...Henning Baldersheim2020-01-311-7/+7