summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src
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-292-26/+38
* Use stored entry count rather than bucket count for (dis-)allowing permanent ...Tor Brede Vekterli2024-01-262-112/+182
* Use fake ZooKeeper database implementation for subset of CC testsTor Brede Vekterli2023-12-047-15/+184
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-236-18/+19
* Update copyrightJon Bratseth2023-10-09200-199/+201
* GC unused count and averageHenning Baldersheim2023-08-301-8/+0
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-299-18/+1
* Revert "More logging at higher level, need more info"Harald Musum2023-08-251-5/+3
* 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
* 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
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-222-4/+6
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-222-6/+4
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-212-4/+6
* 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