summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
Commit message (Expand)AuthorAgeFilesLines
* Add content cluster name to generated feed block messageTor Brede Vekterli2023-07-264-34/+37
* Make generated automatic feed block error messages more user-friendlyTor Brede Vekterli2023-07-265-38/+60
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
* Merge pull request #27827 from vespa-engine/new-parent-pomgjoranv2023-07-211-1/+1
|\
| * Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
* | 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-172-29/+17
* Fix minor issues after code reviewsHarald Musum2023-07-172-3/+1
* Avoid code duplicationHarald Musum2023-07-161-9/+7
* Check redundancy also for groups that are upHarald Musum2023-07-162-18/+106
* 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-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
* 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
* 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
* Revert "Cosmetic changes"Harald Musum2023-05-262-19/+15
* 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
* 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