aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/searchcluster/SearchCluster.java
Commit message (Expand)AuthorAgeFilesLines
* Require a higher bar to take groups in rotationJon Bratseth2024-05-041-7/+10
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-051-6/+9
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-051-9/+2
* Add debug-logging to search cluster dispatch health trackingjonmv2023-09-011-1/+3
* Ensure node search path index follows config orderjonmv2023-09-011-7/+11
* Update whether local corpus on localhost with new configjonmv2023-09-011-1/+2
* Get info about all nodes before updating search groups referencejonmv2023-07-131-9/+23
* Test nodes are retained when updating search cluster groupsjonmv2023-07-131-3/+4
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-131-19/+23
* Avoid overflow for warmup end time computationjonmv2023-07-071-1/+1
* Don't warn when 1 node is downJon Bratseth2022-12-291-7/+15
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-251-1/+2
* pathIndex should not be part of equals and hashcode.Henning Baldersheim2022-11-251-12/+0
* 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-241-45/+18
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-59/+50
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-36/+18
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-5/+7
* Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
* soonActive => targetActiveHenning Baldersheim2022-09-091-0/+1
* SimplifyJon Bratseth2022-03-091-7/+5
* SimplifyJon Bratseth2022-03-091-27/+19
* Don't assume equal-sized groupsJon Bratseth2022-03-091-7/+2
* CleanupJon Bratseth2022-03-091-7/+1
* CleanupJon Bratseth2022-03-091-25/+25
* CleanupJon Bratseth2022-03-091-6/+2
* - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-031-0/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-301-93/+74
|\
| * Separate balanced and sparseJon Bratseth2021-07-021-11/+8
| * Infer groupJon Bratseth2021-07-021-6/+0
| * Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-151-3/+2
| * Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-111-21/+5
| * Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-101-5/+21
| * Don't consider number of working nodes in coverageJon Bratseth2021-05-101-21/+5
| * Remove commentJon Bratseth2021-04-161-1/+1
| * Improve coverage messageJon Bratseth2021-04-161-12/+11
| * Use median not average document count to determine group coverageJon Bratseth2021-04-151-55/+35
| * Allow retired nodes to be unreachableJon Bratseth2021-04-011-10/+11
| * SimplifyJon Bratseth2021-03-311-9/+8
| * Minor group logic improvementsJon Bratseth2021-03-311-16/+20
| * - Call getAsInt.....Henning Baldersheim2021-01-081-1/+1
| * Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-081-0/+6
| * Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-081-6/+0
| * Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-071-0/+6
| * Allow from 5% skew in document distribution and still get good results when a...Henning Baldersheim2020-05-281-1/+2
| * Merge pull request #12918 from vespa-engine/balder/top-k-probabilityHenning Baldersheim2020-04-161-0/+10
| |\
| | * Add query control of top-k-probability.Henning Baldersheim2020-04-151-0/+3
| | * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-151-25/+3