aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcResourcePool.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-131-3/+2
* Simplify a bitjonmv2023-07-131-27/+19
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-6/+21
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-251-14/+27
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-2/+10
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-20/+2
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-231-15/+3
* Use thread local random.Henning Baldersheim2022-11-221-4/+3
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-2/+3
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional changes onlyJon Bratseth2021-04-121-0/+1
* Shutdown and join the rpc client transport threads.Henning Baldersheim2020-09-211-2/+6
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-3/+10
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-10/+3
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-3/+10
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-10/+3
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-3/+10
* Use one JRT Supervisor now that it supports multiple transport threadsOlli Virtanen2019-05-141-9/+10
* Optimizations for search protocol over jrt/protobufOlli Virtanen2019-04-051-18/+53
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+61
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-61/+0
* Protobuf object coversion moved to separate class. RPC classes moved to subpa...Olli Virtanen2019-03-121-0/+61