aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/searchcluster/SearchCluster.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-0/+7
* 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
* Do not start cluster monitor thread in test as it will race with explicit pin...Henning Baldersheim2020-02-041-2/+5
* Merge pull request #12031 from vespa-engine/balder/wait-until-nodestate-is-knownHenning Baldersheim2020-02-031-1/+1
|\
| * A dispatcher should not be considered ready before it has information about a...Henning Baldersheim2020-01-311-1/+1
* | Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-031-2/+2
* | Send ping every second truly async to all nodes who does not have any pending...Henning Baldersheim2020-01-311-34/+22
|/
* Add isBlockingWrites to pongJon Bratseth2020-01-201-1/+1
* Deprecate and ignore use-local-nodeJon Bratseth2020-01-091-12/+2
* This is the correct way of shutting down the the Dispatcher.Henning Baldersheim2019-12-181-2/+1
* Avoid too much logging during node up and down.Henning Baldersheim2019-10-041-1/+3
* Improve readability.Henning Baldersheim2019-10-041-1/+1
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-5/+15
* false is false, and true is true, can not be bothHenning Baldersheim2019-09-201-4/+7
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-201-61/+73
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-201-73/+61
* Drive the ping ourselves to avoid waiting for the monitor thread.Henning Baldersheim2019-09-191-0/+2
* No need to set up depending on coverageJon Bratseth2019-09-191-2/+1
* Transition from down to up initiallyJon Bratseth2019-09-191-17/+6
* Revert "Merge pull request #10735 from vespa-engine/revert-10732-bratseth/cla...Jon Bratseth2019-09-191-19/+17
* Revert "Merge pull request #10736 from vespa-engine/revert-10727-balder/add-s...Jon Bratseth2019-09-191-5/+3
* Revert "Merge pull request #10737 from vespa-engine/revert-10717-bratseth/vip...Jon Bratseth2019-09-191-55/+81
* Revert "Bratseth/vip logic"Håkon Hallingstad2019-09-191-81/+55
* Revert "Add test for in and out of vip and fix bug."Håkon Hallingstad2019-09-191-3/+5
* Revert "Clarify logic: No functional change"Harald Musum2019-09-191-17/+19
* Clarify logic: No functional changeJon Bratseth2019-09-191-19/+17
* Add test for in and out of vip and fix bug.Henning Baldersheim2019-09-191-5/+3
* Be in service if we can reach any nodes regardless of whether they have dataJon Bratseth2019-09-191-3/+3
* Take symmetric vip actions. Only act on full infoJon Bratseth2019-09-191-27/+49
* Minor cleanup, no functional changesJon Bratseth2019-09-191-31/+35
* Invert compare to follow inverted logic.Henning Baldersheim2019-09-191-1/+1
* Make the criteria for taking a node down clear.Henning Baldersheim2019-09-191-22/+33