aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/NodeStateChangeChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Use sentinel value for missing buckets rather than throwingTor Brede Vekterli2024-01-291-1/+1
* Explicitly report docs, tombstones and buckets in disallow-messageTor Brede Vekterli2024-01-291-24/+36
* Use stored entry count rather than bucket count for (dis-)allowing permanent ...Tor Brede Vekterli2024-01-261-10/+51
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "More logging at higher level, need more info"Harald Musum2023-08-251-5/+3
* More logging at higher level, need more infoHarald Musum2023-07-201-3/+5
* Use cluster state to check if disttributors are UPHarald Musum2023-07-181-5/+4
* Check min replication seen from all distributors that are UPHarald Musum2023-07-171-28/+16
* Fix minor issues after code reviewsHarald Musum2023-07-171-1/+1
* Avoid code duplicationHarald Musum2023-07-161-9/+7
* Check redundancy also for groups that are upHarald Musum2023-07-161-0/+79
* Split out method for finding min replication per distributorHarald Musum2023-07-141-15/+20
* Separate code at a higher level based on groupes setup or notHarald Musum2023-07-111-71/+66
* More minor changesHarald Musum2023-07-091-22/+29
* Split out method to avoid repeating codeHarald Musum2023-07-091-69/+68
* Renames and minor refactorings, no funcational changesHarald Musum2023-07-091-143/+111
* SimplifyHarald Musum2023-07-091-31/+13
* Minor refactoring and start of some new testHarald Musum2023-07-051-14/+14
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
* Rename variablesHarald Musum2023-04-191-4/+4
* Update clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller...Harald Musum2023-04-191-1/+1
* Rename and fix logicHarald Musum2023-04-181-12/+12
* FIx retiredOrNotUpGroups()Harald Musum2023-04-181-4/+6
* Handle case where a node has another description for wanted stateHarald Musum2023-04-181-8/+66
* Check state down later and simplifyHarald Musum2023-04-171-41/+18
* Add back original code and use it for default configHarald Musum2023-04-141-3/+41
* Reimplement checking of other nodes and nodes in groups being not upHarald Musum2023-04-121-89/+67
* Allow more than 1 group in a content to be down at the same timeHarald Musum2023-03-301-5/+85
* Remove interface now that there is only one implementationHarald Musum2023-03-301-1/+1
* Simplify NodeStateChangeChecker constructorHarald Musum2023-03-291-9/+6
* Simplify now that we can create HierarchicalGroupVisiting in constructorHarald Musum2023-03-291-6/+5
* Add config for max number of content groups allowed to be downHarald Musum2023-03-281-1/+2
* SimplifyHarald Musum2023-03-271-85/+86
* Use plural for methods returning collectionHåkon Hallingstad2022-04-191-4/+4
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Disallow >1 group to suspendHåkon Hallingstad2021-04-161-0/+85
* No longer allow suspension if in maintenanceHåkon Hallingstad2021-04-151-4/+2
* Revert "Revert "Avoid safe mutations in master moratorium and increase first ...Håkon Hallingstad2021-03-241-1/+8
* Revert "Avoid safe mutations in master moratorium and increase first cluster ...Håkon Hallingstad2021-03-241-8/+1
* Avoid safe-set-node-state in master moratoriumHåkon Hallingstad2021-03-241-1/+8
* Print node index wihtout parenthesis as done elsewhereHarald Musum2021-03-031-6/+6
* Mincor cleanup, no functional changsHarald Musum2021-02-211-2/+2
* Other nodes not being up should not hinder permanently downHåkon Hallingstad2021-02-191-5/+0
* Fail safe maintenance if other nodes are not upHåkon Hallingstad2021-02-191-51/+30
* Also deny maintenance when another node is in maintenanceHåkon Hallingstad2021-02-121-3/+6
* Allows setting a node safely to maintenance in these two new circumstances:Håkon Hallingstad2021-01-211-16/+94
* Track explicitly when we are initializing configJon Bratseth2020-12-161-1/+3
* Remove use-bucket-space-metric feature flagHåkon Hallingstad2020-01-261-17/+5