summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/LoadBalancerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-191-4/+4
| | | | to reconnect to content …""""
* Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-191-4/+4
| | | | reconnect to content …"""
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-141-4/+4
| | | | content …""
* 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
| | | | on changes to container cluster.
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-4/+4
|
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-9/+9
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* 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 ↵Jon Bratseth2018-11-181-9/+8
|\ | | | | | | | | vespa-engine/ollivir/group-affinity-with-searchpath Java dispatcher group affinity through searchPath
| * 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
|/ | | | | | | | time there is a reconfig. As nothing will purge them, you both keep stuff alive forever and end up with more clusters that you have. Hence the magic for not removing vipstatus when there are multiple clusters kick in preventing nodes being taken OOR. Now it is using the ComponentId for identifying a cluster.
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-21/+22
|
* Pull more configuration parameters from config model to internal dispatcher ↵Olli Virtanen2018-10-241-10/+10
| | | | config
* 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