summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison between manually deployed package and not, and remove outdated...Jon Marius Venstad2022-01-131-1/+1
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2115-104/+84
* Failing to find zk system state aborts tick [run-systemtest]Håkon Hallingstad2021-12-142-14/+15
* Use FleetControllerContext in ZooKeeperDatabaseHåkon Hallingstad2021-12-1316-110/+195
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
* Log version to complete remote taskHåkon Hallingstad2021-10-253-2/+12
* Remove config generation -1/0 from CC at :19050/status/<clustername>/configHåkon Hallingstad2021-10-209-43/+22
* Revert changes to config generationHåkon Hallingstad2021-10-209-29/+45
* Fixes after review roundHåkon Hallingstad2021-10-1912-95/+90
* Improve logging of FleetController and DatabaseHandlerHåkon Hallingstad2021-10-1520-255/+370
* Some optimizations of RpcServerTestHåkon Hallingstad2021-10-144-22/+31
* Reduce running time of MasterElectionTest from 28 to 12sHåkon Hallingstad2021-10-142-1/+11
* Update Verizon Media copyright notices.gjoranv2021-10-0768-68/+68
* Update 2018 copyright notices.gjoranv2021-10-0732-32/+32
* Update 2017 copyright notices.gjoranv2021-10-0799-99/+99
* Revert "Revert "Avoid copying data just to compress them when it is not neces...Henning Baldersheim2021-08-301-3/+6
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-301-6/+3
* Use explicit import.Henning Baldersheim2021-08-301-1/+5
* Update clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller...Henning Baldersheim2021-08-301-1/+0
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-301-1/+1
* Add metric for didWork in FleetController tickHåkon Hallingstad2021-06-255-64/+83
* drop empty buffers instead of using small buffersHåvard Pettersen2021-06-153-3/+3
* No functional changesJon Bratseth2021-06-011-1/+1
* GC some unused methods and simplifyHenning Baldersheim2021-05-231-2/+5
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
* Let the supervisor owner set the small buffer optionJon Marius Venstad2021-05-031-0/+1
* One more lazyJon Marius Venstad2021-04-281-1/+2
* More lazy debug log message generationJon Marius Venstad2021-04-2814-133/+123
* Reapply "add more logging" (new and updated slobrok logging)Arne Juul2021-04-212-0/+2
* Revert "add more logging"Harald Musum2021-04-202-2/+0
* track API change in mockArne Juul2021-04-192-0/+2
* Improve test namesHåkon Hallingstad2021-04-161-4/+4
* Disallow >1 group to suspendHåkon Hallingstad2021-04-165-27/+277
* No longer allow suspension if in maintenanceHåkon Hallingstad2021-04-153-17/+14
* Merge branch 'master' into hmusum/cleanup-7Harald Musum2021-04-086-22/+32
|\
| * Add remote task queue size metric in cluster controllerHåkon Hallingstad2021-04-016-22/+32
* | Cleanup tests a bitHarald Musum2021-04-083-43/+49
* | Fix typo in class nameHarald Musum2021-04-081-1/+1
|/
* Log when transitioning out of CC moratoriumHåkon Hallingstad2021-03-261-6/+3
* Make default deadline to first broadcast 30sHåkon Hallingstad2021-03-243-3/+5
* Revert "Revert "Avoid safe mutations in master moratorium and increase first ...Håkon Hallingstad2021-03-2413-17/+71
* Revert "Avoid safe mutations in master moratorium and increase first cluster ...Håkon Hallingstad2021-03-2413-71/+17
* Merge pull request #17085 from vespa-engine/hakonhall/increase-the-minimum-ti...Håkon Hallingstad2021-03-2413-17/+71
|\
| * Avoid safe-set-node-state in master moratoriumHåkon Hallingstad2021-03-2412-16/+68
| * Increase the minimum time before first cluster state broadcast [run-systemtest]Håkon Hallingstad2021-03-191-1/+3
* | Revert deferred ZK connectivity for nowTor Brede Vekterli2021-03-223-21/+2
* | Make sure to reset any election shortcuts if we go from !ZK -> ZKTor Brede Vekterli2021-03-191-5/+13
* | Use local leader state for decisions rather than election handlerTor Brede Vekterli2021-03-191-5/+7
* | Don't allow short-circuiting election phase if only one node configured if us...Tor Brede Vekterli2021-03-192-2/+10
* | Inhibit ZooKeeper connections until our local Slobrok mirror is ready.Tor Brede Vekterli2021-03-196-2/+41
|/