aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-common/src/main/java/com/yahoo/vespa/zookeeper/Reconfigurer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce log level, this happens regularly and is no problemHarald Musum2023-06-161-1/+1
* Compute joiners based on existing dynamic configjonmv2023-03-291-27/+23
* Revert "Revert "Create dummy node after starting ZooKeeper server""Harald Musum2023-01-301-8/+2
* Revert "Create dummy node after starting ZooKeeper server"Harald Musum2023-01-301-2/+8
* Create dummy node after starting ZooKeeper serverHarald Musum2023-01-301-8/+2
* Unify on Streams.toListHenning Baldersheim2023-01-171-2/+1
* Make zookeeper server non-reconfigurable in self-hostedHarald Musum2023-01-021-1/+2
* Be more agressive when starting up zookeeper.Henning Baldersheim2022-12-211-1/+1
* Improve timeout and retry handling when failing to reconfigure ZKjonmv2022-12-021-10/+12
* Accept no test zipjonmv2022-11-111-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Remove unused argumentHarald Musum2022-03-311-1/+1
* Wait exactly 3 minutes for new serversJon Marius Venstad2022-03-091-6/+4
* Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-171-43/+23
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-141-23/+43
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-131-43/+23
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-121-23/+43
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data migrati...Jon Marius Venstad2022-01-121-43/+23
* Revert "Jonmv/remove retired nodes from zk clusters when data migration compl...Harald Musum2022-01-121-23/+43
* Unit testJon Marius Venstad2022-01-111-3/+0
* Shut down on container exit (not just let JVM die)Jon Marius Venstad2022-01-111-0/+5
* Do not die when reconfiguring to a single serverJon Marius Venstad2022-01-111-4/+0
* Always reconfigure (idempotent), and to only non-retired serversJon Marius Venstad2022-01-111-10/+2
* Use bulk reconfig modeJon Marius Venstad2022-01-111-27/+18
* Simplify, no functional changesJon Marius Venstad2022-01-111-6/+5
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* MInor cleanup, no functional changesHarald Musum2021-05-251-4/+3
* Revert "Periodically reconfigure config server ZooKeeper cluster"Martin Polden2021-03-011-20/+4
* Ignore config with no serversMartin Polden2021-02-261-0/+1
* Support reconfiguration without configMartin Polden2021-02-261-4/+19
* Flag service for orchestrated restart when ZK myid changesJon Marius Venstad2021-02-231-1/+1
* Move ownership of QuorumPeer to RecoonfigurerJon Marius Venstad2021-02-191-9/+16
* Die after 1 minute if no ZK-connection when constructing CCJon Marius Venstad2021-02-191-2/+2
* Properly detect leaving ZK servers by comparing full specJon Marius Venstad2021-02-171-12/+11
* Print actual servers from config and reformatHarald Musum2021-02-171-4/+4
* Log active and new config before reconfiguringHarald Musum2021-02-171-1/+3
* Shutdown and die if we are going down to 1 ZooKeeper serverHarald Musum2021-02-161-0/+8
* Do logAndDie in reconfigure methodHarald Musum2021-02-111-8/+8
* Exit if reconmfiguration failsHarald Musum2021-02-111-4/+11
* Use exponential backoff for ZooKeeper restartMartin Polden2020-12-151-13/+4
* Log time left on reconfig failureMartin Polden2020-12-131-3/+7
* Adjust total timeout according to joining serversMartin Polden2020-12-131-3/+12
* Prevent tests from blocking until shutdown timeoutMartin Polden2020-12-131-12/+15
* Use exponential backoff for reconfig retriesMartin Polden2020-12-081-22/+10
* Inline watcher and rename classHarald Musum2020-12-081-4/+4
* Move more code to zookeeper-server-commonHarald Musum2020-12-071-0/+153