summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/searchcluster/SearchCluster.java
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Introduce top-k-probability and use it to fetch correct proper amount of hits...Henning Baldersheim2020-04-151-0/+29
| * | Avoid a single group rejecting feedJon Bratseth2020-04-151-18/+22
| |/
| * Revert "Revert "Revert "Revert "Don't take combined clusters of size 1 down""""Jon Bratseth2020-03-261-5/+8
| * Revert "Revert "Revert "Don't take combined clusters of size 1 down"""Jon Bratseth2020-03-261-8/+5
| * Revert "Revert "Don't take combined clusters of size 1 down""Jon Bratseth2020-03-251-5/+8
| * Revert "Don't take combined clusters of size 1 down"Harald Musum2020-03-251-8/+5
| * Don't take combined clusters of size 1 downJon Bratseth2020-03-251-5/+8
| * Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-0/+7
| * Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-7/+0
| * Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-0/+7
| * Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-7/+0
* | Remove constructor not needed.Henning Baldersheim2020-02-141-6/+0
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2020-02-141-0/+7
|\|
| * Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-0/+7
* | Do not depend on on ClusterInfo config as it changes to often and causes a in...Henning Baldersheim2020-02-131-14/+2
|/
* Keep silent until you know what you are talking about.Henning Baldersheim2020-02-111-0/+1
* Never nullHenning Baldersheim2020-02-111-2/+0
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-041-21/+9
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-9/+8