summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Do not depend on on ClusterInfo config as it changes to often and causes a in...Henning Baldersheim2020-02-131-6/+2
|/
* Compute full group and coverage state before we say we are complete.Henning Baldersheim2020-02-111-0/+8
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-041-10/+11
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-15/+16
* Do not start cluster monitor thread in test as it will race with explicit pin...Henning Baldersheim2020-02-041-1/+1
* A dispatcher should not be considered ready before it has information about a...Henning Baldersheim2020-01-311-0/+5
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-3/+16
* This is the correct way of shutting down the the Dispatcher.Henning Baldersheim2019-12-181-1/+2
* Do rebalancing deployments in the RebalancerJon Bratseth2019-11-181-4/+2
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-32/+15
* FastSearcher must not call shutdown on the dispatcher, as it does not own it.Henning Baldersheim2019-11-041-4/+3
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-12/+31
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-0/+4
* Clean up the dispatch protobuf flag too.Henning Baldersheim2019-09-221-1/+1
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-201-2/+3
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-201-3/+2
* Revert "Merge pull request #10737 from vespa-engine/revert-10717-bratseth/vip...Jon Bratseth2019-09-191-2/+3
* Revert "Bratseth/vip logic"HÃ¥kon Hallingstad2019-09-191-3/+2
* Minor cleanup, no functional changesJon Bratseth2019-09-191-2/+3
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-18/+4
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-191-4/+18
* It is not an option to return empty optional.Henning Baldersheim2019-09-181-5/+1
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearc...Henning Baldersheim2019-09-181-13/+3
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-3/+13
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-13/+3
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-3/+13
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-171-13/+3
* Correct spellingJon Bratseth2019-08-131-1/+1
* Declare dispatch parametersJon Bratseth2019-08-131-24/+50
* Minor fixesOlli Virtanen2019-05-281-1/+1
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-39/+20
* Use sort data with java dispatcherOlli Virtanen2019-04-021-1/+3
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-6/+9
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-271-1/+1
* dispatch_internal and dispatch_fdispatch metricsOlli Virtanen2019-03-151-7/+30
* Protobuf object coversion moved to separate class. RPC classes moved to subpa...Olli Virtanen2019-03-121-0/+2
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-21/+33
* Use OptionalInt to signify missing data instead of -1Olli Virtanen2019-02-071-4/+6
* Java dispatch feature flagOlli Virtanen2019-01-281-3/+4
* uselocalnode support and fix to coverage estimationOlli Virtanen2019-01-151-1/+3
* Revert "Enable java dispatcher as default for build pipeline test"Arnstein Ressem2019-01-081-1/+1
* Enable java dispatcher as default for build pipeline testOlli Virtanen2019-01-081-1/+1
* Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-041-2/+3
* Increased java dispatcher test coverageOlli Virtanen2019-01-031-1/+5
* Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-191-2/+2
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-2/+1
* Merge pull request #7679 from vespa-engine/ollivir/group-affinity-with-search...Jon Bratseth2018-11-181-2/+4
|\
| * Group affinity through searchPath; remove Query from LB assignmentOlli Virtanen2018-11-161-2/+4
* | When pooling ClusterMonitors and SearchClusters you will add a cluster every ...Henning Baldersheim2018-11-151-10/+2
|/
* Reimplement partial coverage reportingOlli Virtanen2018-11-081-1/+2