summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/searchcluster/SearchCluster.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-21/+23
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-191-23/+21
* Add some clarifying comments.Henning Baldersheim2019-09-181-0/+5
* Any docs are better than none.Henning Baldersheim2019-09-181-2/+2
* If no groups are good enough, we are down.Henning Baldersheim2019-09-181-2/+6
* Ensure that we will set the vipstatus to good when we are good.Henning Baldersheim2019-09-181-8/+9
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearc...Henning Baldersheim2019-09-181-11/+3
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-3/+11
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-11/+3
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-3/+11
* Some more cleanupHenning Baldersheim2019-09-171-11/+3
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-3/+2
* Fix document count logging parametersOlli Virtanen2019-04-291-2/+2
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-19/+26
* Track group coverage changes in ping iterationsOlli Virtanen2019-02-141-11/+22
* Determine cluster size after filteringOlli Virtanen2019-02-071-1/+1
* Use OptionalInt to signify missing data instead of -1Olli Virtanen2019-02-071-6/+16
* uselocalnode support and fix to coverage estimationOlli Virtanen2019-01-151-18/+46
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-17/+13
* When pooling ClusterMonitors and SearchClusters you will add a cluster every ...Henning Baldersheim2018-11-151-7/+9
* Reimplement partial coverage reportingOlli Virtanen2018-11-081-1/+1
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-0/+343