aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/LoadBalancerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Show search cluster name in Node.toStringjonmv2023-09-011-9/+9
* - Bring some libraries up to date.Henning Baldersheim2023-08-291-3/+2
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-18/+16
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-231-11/+4
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-4/+5
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-12/+12
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-231-24/+24
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-4/+11
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-20/+64
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-221-21/+22
* Test best-of-random-2Henning Baldersheim2022-08-211-0/+38
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-4/+4
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-13/+13
* 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