summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Non-functional changes onlyJon Bratseth2021-04-121-20/+12
* Merge pull request #12918 from vespa-engine/balder/top-k-probabilityHenning Baldersheim2020-04-161-0/+5
|\
| * Use camelcaseHenning Baldersheim2020-04-151-1/+1
| * Add query control of top-k-probability.Henning Baldersheim2020-04-151-0/+5
* | Don't avoid group blocking feed when groups = 1Jon Bratseth2020-04-151-1/+2
* | Avoid a single group rejecting feedJon Bratseth2020-04-151-1/+18
|/
* GC unused importsHenning Baldersheim2020-03-061-6/+0
* Let the implementation decide what kind of warmup is needed.Henning Baldersheim2020-03-061-14/+8
* Add JIT warmup of lz4.Henning Baldersheim2020-03-061-0/+30
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-12/+3
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-3/+12
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-12/+3
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-3/+12
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-12/+3
* 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