aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-34/+27
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-231-4/+3
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-4/+2
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-231-14/+14
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-1/+1
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-21/+72
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-221-10/+12
* Test best-of-random-2Henning Baldersheim2022-08-211-1/+1
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-6/+55
* CleanupJon Bratseth2022-03-091-5/+3
* SimplifyJon Bratseth2022-03-091-21/+8
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional changes onlyJon Bratseth2021-04-121-3/+3
* Avoid a single group rejecting feedJon Bratseth2020-04-151-0/+3
* Deprecate useLocalNodeJon Bratseth2019-11-201-7/+4
* uselocalnode support and fix to coverage estimationOlli Virtanen2019-01-151-1/+1
* Additional data for adaptive timeoutsOlli Virtanen2018-12-191-4/+1
* Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-191-65/+173
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-4/+3
* Fix javadocJon Bratseth2018-11-181-1/+0
* Group affinity through searchPath; remove Query from LB assignmentOlli Virtanen2018-11-161-1/+1
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-8/+13
* Pull more configuration parameters from config model to internal dispatcher c...Olli Virtanen2018-10-241-2/+7
* Strict group ordering in round-robin; corrected comparison of group coveragesOlli Virtanen2018-10-221-6/+15
* Remove group affinity - conflicts with profilesOlli Virtanen2018-10-121-28/+4
* Multiple node java dispatch supportOlli Virtanen2018-09-241-4/+1
* Change affinity property name; javadoc cleanupOlli Virtanen2018-09-171-2/+2
* Reuse node group for allocations by same queryOlli Virtanen2018-09-141-4/+28
* Added copyrights and javadocs. Logic and naming in LB cleaned upOlli Virtanen2018-09-061-14/+42
* Java dispatch support for multiple groups of single nodesOlli Virtanen2018-09-061-8/+91
* Create code path for extending java side dispatcherOlli Virtanen2018-08-301-0/+27