aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-131-1/+1
* Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-301-1/+11
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-3/+3
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-10/+9
* GC unused imports.Henning Baldersheim2022-11-221-6/+0
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* remove unused RpcFill protocol implementationArne H Juul2021-10-191-6/+0
* the new protobuf protocol should have good performance nowArne H Juul2021-10-151-5/+1
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-9/+0
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-0/+9
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-9/+0
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-0/+9
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-9/+0
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-6/+1
* Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-031-2/+3
* Send ping every second truly async to all nodes who does not have any pending...Henning Baldersheim2020-01-311-1/+2
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-2/+5
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-3/+3
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-0/+1
* Clean up the dispatch protobuf flag too.Henning Baldersheim2019-09-221-4/+2
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-8/+5
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-191-5/+8
* Protobuf, unless dispatch.summariesHenning Baldersheim2019-09-181-1/+2
* Use a ternary to visualize that we always return something valid.Henning Baldersheim2019-09-181-5/+3
* It is not an option to return empty optional.Henning Baldersheim2019-09-181-5/+3
* If location is necessary the query is needed during fill too.Henning Baldersheim2019-08-121-6/+2
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-1/+2
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-2/+12
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-271-1/+9
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-44/+3
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+98
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-98/+0
* Protobuf object coversion moved to separate class. RPC classes moved to subpa...Olli Virtanen2019-03-121-0/+98