summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
Commit message (Collapse)AuthorAgeFilesLines
* Implement toString for implementations of UnitStateHarald Musum2023-04-202-0/+5
|
* Rename variablesHarald Musum2023-04-191-4/+4
|
* Update ↵Harald Musum2023-04-191-1/+1
| | | | | clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/NodeStateChangeChecker.java Co-authored-by: Tor Brede Vekterli <vekterli@yahooinc.com>
* Rename and fix logicHarald Musum2023-04-181-12/+12
|
* FIx retiredOrNotUpGroups()Harald Musum2023-04-182-5/+7
|
* Handle case where a node has another description for wanted stateHarald Musum2023-04-182-19/+90
| | | | Also add group indexes for disallow messages where relevant
* Check state down later and simplifyHarald Musum2023-04-172-46/+46
|
* Parameterize testsHarald Musum2023-04-142-109/+145
|
* Add back original code and use it for default configHarald Musum2023-04-142-7/+45
| | | | | Set default value for max_number_of_groups_allowed_to_be_down to -1 and use that to switch between old and new code
* Merge branch 'master' into hmusum/allow-groups-to-be-downHarald Musum2023-04-141-1/+1
|\
| * Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-132-14/+32
| |
| * Fix bug in distributuon config generationHarald Musum2023-04-131-1/+2
| |
| * Minor cleanup, no functional changesHarald Musum2023-04-136-144/+133
| |
| * Remove unused method and simplifyHarald Musum2023-04-131-24/+20
| |
| * Remove interface now that there is only one implementationHarald Musum2023-04-133-43/+28
| |
* | Reimplement checking of other nodes and nodes in groups being not upHarald Musum2023-04-122-92/+70
| |
* | Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-102-18/+21
| |
* | Allow more than 1 group in a content to be down at the same timeHarald Musum2023-03-302-16/+217
| | | | | | | | | | Based on config, all functional changes guarded by config field max_number_of_groups_allowed_to_be_down in fleetcontroller config
* | Fix bug in distributuon config generationHarald Musum2023-03-301-1/+2
| |
* | Minor cleanup, no functional changesHarald Musum2023-03-306-144/+133
| |
* | Remove unused method and simplifyHarald Musum2023-03-301-24/+20
| |
* | Remove interface now that there is only one implementationHarald Musum2023-03-303-43/+28
|/
* MInor changes after code reviewHarald Musum2023-03-291-6/+5
|
* Simplify NodeStateChangeChecker constructorHarald Musum2023-03-295-27/+19
|
* Simplify now that we can create HierarchicalGroupVisiting in constructorHarald Musum2023-03-293-27/+12
|
* Use correct redundancy and don't set active_per_leaf_groupHarald Musum2023-03-291-4/+3
|
* Make sure to make correct config for flat clusters (1 group)Harald Musum2023-03-291-3/+23
|
* Create real distribution config for all testsHarald Musum2023-03-291-52/+50
|
* Merge pull request #26606 from ↵Harald Musum2023-03-288-24/+54
|\ | | | | | | | | vespa-engine/hmusum/add-config-for-max-number-of-groups-allowed-to-be-down Add config for max number of content groups allowed to be down
| * Add config for max number of content groups allowed to be downHarald Musum2023-03-288-24/+54
| |
* | Simplify and add todo about removing disk_distribution in Vespa 9Harald Musum2023-03-281-8/+1
|/
* Remove unused slobrok backoff policyHarald Musum2023-03-275-33/+3
|
* Remove stale commentHarald Musum2023-03-271-1/+0
|
* Remove unused argument and simplifyHarald Musum2023-03-272-38/+7
|
* SimplifyHarald Musum2023-03-271-85/+86
|
* Rename methodHarald Musum2023-03-274-10/+12
|
* Move test code to test classHarald Musum2023-03-261-2/+44
|
* More cleanupHarald Musum2023-03-261-17/+22
|
* Remove argument that is always falseHarald Musum2023-03-261-11/+2
|
* Cleanup and simplify testsHarald Musum2023-03-261-132/+141
|
* Remove unstable test that tests a class that is only used in unit testsHarald Musum2023-01-262-21/+4
|
* Unify on Streams.toList()Henning Baldersheim2023-01-181-2/+2
|
* Don't swallow exceptionHarald Musum2023-01-043-15/+6
|
* Revert unintended change of log levelHarald Musum2023-01-021-1/+1
|
* Rename and document to make waiting requests code clearerHarald Musum2023-01-021-9/+12
|
* StatusPageServerInterface has just one implementation, simplifyHarald Musum2022-12-286-38/+11
|
* Remove unused methodHarald Musum2022-12-263-16/+0
|
* Avoid having two almost equal methods, collapse into oneHarald Musum2022-12-252-21/+9
|
* Rename method and simplifyHarald Musum2022-12-251-11/+6
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-046-9/+9
|