aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
Commit message (Collapse)AuthorAgeFilesLines
* 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-095-258/+226
|
* SimplifyHarald Musum2023-07-092-35/+17
|
* SimplifyHarald Musum2023-07-055-16/+9
|
* Code cleanup, no functional changesHarald Musum2023-07-051-5/+4
|
* Minor refactoring and start of some new testHarald Musum2023-07-052-25/+46
|
* Depend on container-dev to ensure correct Import-Packagegjoranv2023-06-221-14/+1
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-223-4/+12
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-223-12/+4
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-213-4/+12
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Move fetchStatusPageHarald Musum2023-06-193-42/+79
|
* ModernizeHarald Musum2023-06-073-23/+23
|
* Require non-null MetricUpdaterHarald Musum2023-06-053-22/+11
|
* Add back some testing of getMaster()Harald Musum2023-06-051-0/+60
|
* Remove support for RPC method getMaster, only used in testsHarald Musum2023-06-054-176/+2
|
* Inline and simplifyHarald Musum2023-06-051-15/+2
|
* Set nextInLineCount to 0 initially instead of checking fleetcontroller countHarald Musum2023-06-022-2/+3
|
* Simplify and remove some test methodsHarald Musum2023-06-015-25/+16
|
* ZooKeeper is always used, simplifyHarald Musum2023-06-017-96/+28
|
* Require non-null zooKeeperServerAddress in FleetControllerOptionsHarald Musum2023-06-015-126/+135
|
* Move into method that does reconfigurationHarald Musum2023-06-012-1/+1
|
* Copy options when reconfiguringHarald Musum2023-06-011-20/+10
|
* Remove use of stateGatherCount config, simplify and deprecate config fieldHarald Musum2023-05-304-22/+6
|
* Set stateGatherCount to 1Harald Musum2023-05-301-1/+1
| | | | | This is the default config value and changing it made running unit tests locally faster and stable
* Revert "Cosmetic changes"Harald Musum2023-05-262-19/+15
| | | | This reverts commit 0293a4fed6d1d6293e907e6a2c5bf38ecb48775c.
* Cosmetic changesHarald Musum2023-05-262-15/+19
|
* Created modified bundle only onceHarald Musum2023-05-261-6/+5
|
* Require non-null arguments to AnnotatedClusterStateHarald Musum2023-05-262-11/+6
| | | | Simplify method using in tests only
* Require distribution to be non-null and fix testsHarald Musum2023-05-263-7/+5
|
* Remove RPC method only used in testsHarald Musum2023-05-262-67/+3
|
* Simplify and minor cleanupHarald Musum2023-05-152-125/+135
|
* Avoid duplicating codeHarald Musum2023-05-133-23/+21
|
* Set waiter in createFleetControllerHarald Musum2023-05-131-4/+4
|
* Create slobrok in constructor and simplify setupHarald Musum2023-05-1211-50/+45
|
* Inject timer from test classes instead of inheritingHarald Musum2023-05-1213-124/+152
|
* Move methodHarald Musum2023-05-122-10/+11
|
* Fix exception messageHarald Musum2023-05-121-1/+1
|
* Remove testname and logging related to starting and stoppingHarald Musum2023-05-1210-59/+7
| | | | Not used, reintroduce using junit TestInfo class if needed
* Remove advanceTime callHarald Musum2023-05-121-1/+0
| | | | | | | The timer used in fleetcontroller in these tests (except one in a disabled test) are instances of RealTimer, whereas the one used in this call is a FakeTimer from the superclass, so this call makes no sense IMHO.
* Move pattern definition to handlersHarald Musum2023-05-127-50/+21
|
* Fix typoHarald Musum2023-05-081-1/+1
|
* Minor cleanupHarald Musum2023-05-0839-148/+58
| | | | GC dead code, optimize imports, fix unnecessary throws statements
* 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
|