aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/MockSearchCluster.java
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-151-1/+0
|
* Use median not average document count to determine group coverageJon Bratseth2021-04-151-0/+1
| | | | If a group has too many nodes, all others will have less than average.
* Minor group logic improvementsJon Bratseth2021-03-311-1/+1
| | | | | | - Non-functional cleanup - Add cluster id to log messages - Don't warn that we only have N/N and require N nodes (all for the same N)
* Specify round-robin dispatch policy explisit as default has changed to adaptive.Henning Baldersheim2020-05-201-0/+1
|
* isWorking is tri-stateJon Bratseth2020-04-161-1/+0
|
* Avoid a single group rejecting feedJon Bratseth2020-04-151-3/+3
|
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-191-1/+1
| | | | to reconnect to content …""""
* Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-191-1/+1
| | | | reconnect to content …"""
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-141-1/+1
| | | | content …""
* Revert "Create a resourcepool so that we do not need to reconnect to content ↵Harald Musum2020-02-141-1/+1
| | | | …"
* Create a resourcepool so that we do not need to reconnect to content cluster ↵Henning Baldersheim2020-02-131-1/+1
| | | | on changes to container cluster.
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-1/+1
|
* Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPingingJon Bratseth2020-01-201-0/+2
|
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-2/+3
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-201-1/+8
|
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-201-8/+1
|
* Revert "Merge pull request #10736 from ↵Jon Bratseth2019-09-191-0/+7
| | | | | | | vespa-engine/revert-10727-balder/add-searchcluster-test-with-local" This reverts commit 992b73092f0d14beb3ae380904d27886fe4dbc89, reversing changes made to 925ad2648e24ca0db15054beb7450f209712e404.
* Revert "Merge pull request #10737 from ↵Jon Bratseth2019-09-191-1/+1
| | | | | | | vespa-engine/revert-10717-bratseth/vip-logic" This reverts commit ae30a47174b67ca78dc33d21770903b3ee626240, reversing changes made to 992b73092f0d14beb3ae380904d27886fe4dbc89.
* Revert "Bratseth/vip logic"Håkon Hallingstad2019-09-191-1/+1
|
* Revert "Add test for in and out of vip and fix bug."Håkon Hallingstad2019-09-191-7/+0
|
* Add test for in and out of vip and fix bug.Henning Baldersheim2019-09-191-0/+7
|
* Minor cleanup, no functional changesJon Bratseth2019-09-191-1/+1
|
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-191-5/+0
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-191-0/+5
| | | | fastsearcher""""."
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-181-5/+0
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-0/+5
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-5/+0
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-0/+5
|
* Some more cleanupHenning Baldersheim2019-09-171-5/+0
|
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-1/+1
|
* uselocalnode support and fix to coverage estimationOlli Virtanen2019-01-151-0/+5
|
* Increased java dispatcher test coverageOlli Virtanen2019-01-031-2/+20
|
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-3/+27
|
* When pooling ClusterMonitors and SearchClusters you will add a cluster every ↵Henning Baldersheim2018-11-151-2/+2
| | | | | | | | 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-0/+3
|
* Pull more configuration parameters from config model to internal dispatcher ↵Olli Virtanen2018-10-241-1/+1
| | | | config
* Rename part->node, row->group; store group introduction order in SearchClusterOlli Virtanen2018-10-111-0/+8
|
* model.searchPath support for java dispatcherOlli Virtanen2018-10-101-0/+72