aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/GroupAutoTakedownLiveConfigTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Create slobrok in constructor and simplify setupHarald Musum2023-05-121-1/+1
|
* Inject timer from test classes instead of inheritingHarald Musum2023-05-121-8/+10
|
* Use a list of fleet controllers in test superclassHarald Musum2022-09-081-1/+1
|
* Remove support for 'setsystemstate2' RPC method in cluster controllerHarald Musum2022-09-051-1/+1
|
* Exgtract CleanupZookeeperLogsOnSuccess into its own classHarald Musum2022-09-011-0/+2
|
* Make FleetControllerOptions immutable and support builder patternHarald Musum2022-08-311-25/+26
|
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-291-5/+5
|
* Remove config generation -1/0 from CC at :19050/status/<clustername>/configHåkon Hallingstad2021-10-201-4/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Cleanup: Remove unnecessary and unused methods, simplifyHarald Musum2021-02-081-4/+1
|
* Cleanup tests, no functional changesHarald Musum2019-09-031-8/+3
|
* Explicitly enable two-phase transitions in tests, disable in default optionsTor Brede Vekterli2019-03-201-1/+1
| | | | Mirrors the default values in the actual underlying config definitions.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Add configurable automatic group up/down feature based on node availabilityTor Brede Vekterli2016-06-171-0/+100
Available under content cluster tuning tag; feature is currently disabled by default (need prod experience for this first). Also improves handling of nodes removed from config by ensuring these are taken out of the core working cluster state instead of just patched away before each state publish.