summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/LoadBalancerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecated APIsJon Bratseth2022-01-031-34/+33
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Use median not average document count to determine group coverageJon Bratseth2021-04-151-0/+1
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-191-4/+4
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-191-4/+4
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-141-4/+4
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-141-4/+4
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-131-4/+4
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-4/+4
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-9/+9
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-4/+4
* Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-191-25/+107
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-14/+14
* Merge pull request #7679 from vespa-engine/ollivir/group-affinity-with-search...Jon Bratseth2018-11-181-9/+8
|\
| * Group affinity through searchPath; remove Query from LB assignmentOlli Virtanen2018-11-161-9/+8
* | When pooling ClusterMonitors and SearchClusters you will add a cluster every ...Henning Baldersheim2018-11-151-5/+5
|/
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-21/+22
* Pull more configuration parameters from config model to internal dispatcher c...Olli Virtanen2018-10-241-10/+10
* Remove group affinity - conflicts with profilesOlli Virtanen2018-10-121-21/+0
* Multiple node java dispatch supportOlli Virtanen2018-09-241-13/+2
* Reuse node group for allocations by same queryOlli Virtanen2018-09-141-9/+31
* Added copyrights and javadocs. Logic and naming in LB cleaned upOlli Virtanen2018-09-061-9/+12
* Java dispatch support for multiple groups of single nodesOlli Virtanen2018-09-061-4/+54
* Create code path for extending java side dispatcherOlli Virtanen2018-08-301-0/+64