aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/InvokerFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Searcher => BackendHenning Baldersheim2024-03-111-4/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-071-10/+4
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-6/+6
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-1/+1
* Ensure you use the same invoker and loadbalancer for the same call.Henning Baldersheim2022-11-231-2/+0
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-3/+9
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-3/+1
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-141-1/+4
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-021-1/+1
* Infer groupJon Bratseth2021-07-021-5/+4
* Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-111-1/+1
* Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-101-1/+1
* Don't consider number of working nodes in coverageJon Bratseth2021-05-101-1/+1
* Use median not average document count to determine group coverageJon Bratseth2021-04-151-1/+1
* Non-functional changes onlyJon Bratseth2021-04-121-1/+1
* Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-081-7/+7
* Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-081-7/+7
* Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-071-7/+7
* Avoid a single group rejecting feedJon Bratseth2020-04-151-2/+2
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-3/+7
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-16/+12
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-201-5/+8
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-201-8/+5
* Transition from down to up initiallyJon Bratseth2019-09-191-5/+8
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-5/+2
* Use sort data with java dispatcherOlli Virtanen2019-04-021-1/+1
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-0/+5
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-2/+72
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+41
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-41/+0
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-0/+41