aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/MasterElectionHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove support for RPC method getMaster, only used in testsHarald Musum2023-06-051-24/+0
* Inline and simplifyHarald Musum2023-06-051-15/+2
* Set nextInLineCount to 0 initially instead of checking fleetcontroller countHarald Musum2023-06-021-1/+2
* ZooKeeper is always used, simplifyHarald Musum2023-06-011-21/+4
* Remove use of stateGatherCount config, simplify and deprecate config fieldHarald Musum2023-05-301-3/+3
* Minor cleanupHarald Musum2023-05-081-2/+1
* Add some convenience methods, reindentHarald Musum2022-08-301-11/+13
* Split out methodHarald Musum2022-08-301-9/+11
* Fixes after review roundHåkon Hallingstad2021-10-191-2/+2
* Improve logging of FleetController and DatabaseHandlerHåkon Hallingstad2021-10-151-19/+21
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* More lazy debug log message generationJon Marius Venstad2021-04-281-3/+3
* Revert "Revert "Avoid safe mutations in master moratorium and increase first ...Håkon Hallingstad2021-03-241-1/+6
* Revert "Avoid safe mutations in master moratorium and increase first cluster ...Håkon Hallingstad2021-03-241-6/+1
* Merge pull request #17085 from vespa-engine/hakonhall/increase-the-minimum-ti...Håkon Hallingstad2021-03-241-1/+6
|\
| * Avoid safe-set-node-state in master moratoriumHåkon Hallingstad2021-03-241-1/+6
* | Make sure to reset any election shortcuts if we go from !ZK -> ZKTor Brede Vekterli2021-03-191-5/+13
* | Don't allow short-circuiting election phase if only one node configured if us...Tor Brede Vekterli2021-03-191-2/+9
|/
* Mincor cleanup, no functional changsHarald Musum2021-02-211-4/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-13/+13
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Rewrite and refactor core cluster controller state generation logicTor Brede Vekterli2016-10-051-2/+2
* PublishJon Bratseth2016-06-151-0/+287