summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Add back newlines in comment.Henning Baldersheim2022-08-251-0/+2
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-4/+2
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-1/+1
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-221-3/+3
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-2/+15
* Update flag lifetime, and GC some now defunct flags.Henning Baldersheim2022-06-011-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-031-7/+0
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* GC unused importsHenning Baldersheim2021-09-301-2/+0
* Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-301-15/+46
|\
| * Infer groupJon Bratseth2021-07-021-4/+2
| * 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
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2020-02-141-9/+2
|\|
| * Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-12/+3
* | 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