aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/fastsearch/test/MockDispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-241-59/+0
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-2/+1
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-2/+1
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-1/+1
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-231-1/+2
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-7/+12
* GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-081-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-4/+3
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-3/+4
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-4/+3
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-3/+4
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-4/+3
* Stop the ping thread before testing to avoid raceconditions.Henning Baldersheim2020-02-071-6/+9
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-041-1/+2
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-1/+2
* Verify that destruct does not do bad things during destruct.Henning Baldersheim2019-12-191-1/+1
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-1/+3
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-1/+0
* Follow api changeHenning Baldersheim2019-09-221-2/+1
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-10/+9
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-191-9/+10
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearc...Henning Baldersheim2019-09-181-10/+9
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-9/+10
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-10/+9
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-9/+10
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-171-10/+9
* Update the global config in global scope.Henning Baldersheim2019-09-161-1/+1
* Use java dispatch by default all over the world.Henning Baldersheim2019-09-161-1/+2
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-8/+3
* Mock RPC connections instead of relying on 'real' connectivity errorsOlli Virtanen2019-05-211-8/+18
* dispatch_internal and dispatch_fdispatch metricsOlli Virtanen2019-03-151-2/+1
* Avoid usage of Sever.getServerDiscriminatorJon Bratseth2018-11-281-1/+1
* When pooling ClusterMonitors and SearchClusters you will add a cluster every ...Henning Baldersheim2018-11-151-9/+5
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-8/+8
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
* Copyright headerJon Bratseth2017-06-131-0/+1
* Force single-pass grouping with single node groupsJon Bratseth2017-01-241-0/+5
* VIP status for combined clustersJon Bratseth2016-10-071-3/+9
* Refactoring only: Move direct dispatch decision to SearchClusterJon Bratseth2016-10-051-3/+3
* Use the right fs4 port when talking to search nodesJon Bratseth2016-08-181-1/+2
* Disable direct dispatch on failover + more testsJon Bratseth2016-08-171-0/+4
* More direct dispatch testsJon Bratseth2016-08-171-1/+0
* Basic test of direct dispatchJon Bratseth2016-08-161-2/+19
* Direct dispatch test skeletonJon Bratseth2016-08-161-0/+18