aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/searchcluster/SearchGroupsImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Require a higher bar to take groups in rotationJon Bratseth2024-05-041-13/+31
* Update copyrightJon Bratseth2023-10-091-0/+1
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-131-2/+1
* Avoid overflow for warmup end time computationjonmv2023-07-071-2/+3
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-251-0/+4
* Move test utility code to test directory.Henning Baldersheim2022-11-241-24/+0
* Prevent division by zeroHenning Baldersheim2022-11-241-1/+2
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-0/+63