aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-051-17/+12
* Show search cluster name in Node.toStringjonmv2023-09-011-5/+5
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-131-1/+1
* Get info about all nodes before updating search groups referencejonmv2023-07-131-4/+5
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-131-17/+35
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-131-19/+41
* Add skeleton for delaying search invoker RPC resource shutdownjonmv2023-07-131-10/+69
* Simplify a bitjonmv2023-07-131-1/+1
* Avoid overflow for warmup end time computationjonmv2023-07-071-6/+7
* - Use CompoundName.fromHenning Baldersheim2023-03-291-1/+1
* pathIndex should not be part of equals and hashcode.Henning Baldersheim2022-11-251-1/+7
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-55/+48
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-5/+6
* Ensure you use the same invoker and loadbalancer for the same call.Henning Baldersheim2022-11-231-5/+7
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-231-5/+4
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-26/+15
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-5/+4
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-231-14/+49
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-1/+3
* GC unusedHenning Baldersheim2022-11-211-2/+0
* GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-081-20/+5
* 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