aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-262-7/+4
* Remove RPC method only used in testsHarald Musum2023-05-261-23/+2
* Simplify and minor cleanupHarald Musum2023-05-151-0/+2
* Move pattern definition to handlersHarald Musum2023-05-127-50/+21
* Fix typoHarald Musum2023-05-081-1/+1
* Minor cleanupHarald Musum2023-05-0825-108/+38
* Implement toString for implementations of UnitStateHarald Musum2023-04-201-0/+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-142-7/+45
* Reimplement checking of other nodes and nodes in groups being not upHarald Musum2023-04-121-89/+67
* Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-101-5/+7
* Allow more than 1 group in a content to be down at the same timeHarald Musum2023-03-301-5/+85
* 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
* Simplify NodeStateChangeChecker constructorHarald Musum2023-03-293-14/+10
* Simplify now that we can create HierarchicalGroupVisiting in constructorHarald Musum2023-03-292-13/+7
* Add config for max number of content groups allowed to be downHarald Musum2023-03-285-10/+42
* Remove unused slobrok backoff policyHarald Musum2023-03-273-23/+2
* Remove unused argument and simplifyHarald Musum2023-03-272-38/+7
* SimplifyHarald Musum2023-03-271-85/+86
* Rename methodHarald Musum2023-03-274-10/+12
* Remove unstable test that tests a class that is only used in unit testsHarald Musum2023-01-261-0/+1
* Unify on Streams.toList()Henning Baldersheim2023-01-181-2/+2
* Don't swallow exceptionHarald Musum2023-01-041-13/+4
* StatusPageServerInterface has just one implementation, simplifyHarald Musum2022-12-283-29/+8
* Remove unused methodHarald Musum2022-12-262-12/+0
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-4/+4
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-4/+4
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-4/+4
* Replace jettison with jacksonjonmv2022-10-211-3/+3
* Propagate options to LegacyIndexPageRequestHandler on reconfigHarald Musum2022-09-222-3/+11
* Use distribution info that is updated when config changesHarald Musum2022-09-221-2/+1
* Make sure we don't call wait() with 0 as argumentHarald Musum2022-09-211-1/+2
* Simplify exception handling when doing connect in rpc serverHarald Musum2022-09-202-31/+16
* No need to call disconnect twiceHarald Musum2022-09-201-10/+2
* Set slobrok connection specs in constructorHarald Musum2022-09-202-9/+17
* configuredBucketSpaces never changes, make it finalHarald Musum2022-09-201-4/+2
* Sort feed block limits map before renderingHarald Musum2022-09-091-0/+1
* Remove unused and undocumented partition state request supportHarald Musum2022-09-073-92/+10
* Remove unused config fieldHarald Musum2022-09-063-17/+0
* Remove fields fleetControllerConfigId and slobrokConfigIdHarald Musum2022-09-062-23/+2
* Remove support for 'setsystemstate2' RPC method in cluster controllerHarald Musum2022-09-054-63/+16