summaryrefslogtreecommitdiffstats
path: root/zookeeper-server
Commit message (Expand)AuthorAgeFilesLines
* Log eventMartin Polden2020-12-041-3/+3
* Use a no-op watcherMartin Polden2020-12-041-1/+12
* Log the total time taken to reconfigureMartin Polden2020-12-042-7/+11
* Implement suggestions from review (sleeper, more logging, sleep shorter)Harald Musum2020-12-042-9/+26
* Split out constantHarald Musum2020-12-041-2/+3
* Retry reconfiguration if another one is in progressHarald Musum2020-12-042-7/+59
* Merge pull request #15657 from vespa-engine/hmuusm/set-skipACLMartin Polden2020-12-042-1/+3
|\
| * Value should be 'yes'Harald Musum2020-12-042-2/+2
| * Skip ACL checks to enable reconfiguration of serversHarald Musum2020-12-042-1/+3
* | Include client port in server statementMartin Polden2020-12-042-2/+2
|/
* Shutdown after each testMartin Polden2020-12-033-3/+18
* Use null for empty reconfig paramsMartin Polden2020-12-032-109/+101
* Fix format of leaving serversMartin Polden2020-12-032-35/+33
* Fix format of joining serversMartin Polden2020-12-032-1/+7
* Log the applied configMartin Polden2020-12-031-2/+4
* Pass only parameters needed for incremental reconfigMartin Polden2020-12-032-13/+2
* Pass correct timeout to ZooKeeperAdminMartin Polden2020-12-031-2/+6
* Use client port in connection specMartin Polden2020-12-031-3/+3
* Do not include election port in connection specMartin Polden2020-12-021-1/+3
* Remove unused methodMartin Polden2020-12-021-5/+0
* Shutdown and wait for terminationHarald Musum2020-12-021-1/+10
* Subclass QuorumPeerMain to be able to use initializeAndRun()Harald Musum2020-12-022-10/+33
* Workaround for broken string joining in ZooKeeperAdminMartin Polden2020-12-021-2/+6
* Keep track of config in useHarald Musum2020-12-013-7/+7
* More testing of reconfigurationHarald Musum2020-12-012-18/+70
* Use correct variable when calling reconfigure()Harald Musum2020-12-011-1/+1
* Test that equal config does not cause reconfigurationHarald Musum2020-11-261-0/+5
* Minor fixes after reviewHarald Musum2020-11-264-13/+10
* Add class that supports reconfiguring zokeeperHarald Musum2020-11-254-1/+201
* Fix class names and shutdownHarald Musum2020-11-251-13/+6
* Split out a class that takes care of running ZooKeeper serverHarald Musum2020-11-252-34/+63
* Revert "Support ZooKeeper 3.5.7"Harald Musum2020-11-175-141/+0
* Minor cleanupHarald Musum2020-11-161-5/+3
* Set reconfigEnabled to trueHarald Musum2020-11-162-1/+3
* id file is needed when standaloneEnabled=falseHarald Musum2020-11-132-5/+5
* Revert "Revert "Do not run in standalone compatibility mode for single ZooKee...Harald Musum2020-11-132-2/+4
* Revert "Do not run in standalone compatibility mode for single ZooKeeper serv...Harald Musum2020-11-132-4/+2
* Do not run in standalone compatibility mode for single ZooKeeper serversHarald Musum2020-11-132-2/+4
* Revert "Merge pull request #15282 from vespa-engine/revert-15274-revert-15272...Bjørn Christian Seime2020-11-111-0/+16
* Revert "Revert "Revert "Bjorncs/install clustercontroller reindexer"""Arnstein Ressem2020-11-111-16/+0
* Ensure ZK server has started before ReindexingMaintainerBjørn Christian Seime2020-11-111-0/+16
* Support ZooKeeper 3.5.7Harald Musum2020-08-145-0/+141
* Stick to junit for simple test.Henning Baldersheim2020-08-111-6/+5
* Resolve path under vespa home if not absoluteHarald Musum2020-05-302-19/+28
* Revert "Revert "Reapply "Build vespa zookeeper server variants with zookeeper...Harald Musum2020-05-2012-81/+235
* Revert "Reapply "Build vespa zookeeper server variants with zookeeper 3.5.6 a...Harald Musum2020-05-2012-235/+81
* Revert "Revert "Build vespa zookeeper server variants with zookeeper 3.5.6 an...Harald Musum2020-05-1912-81/+235
* Revert "Build vespa zookeeper server variants with zookeeper 3.5.6 and 3.5.8"Harald Musum2020-05-1912-235/+81
* Always specify path to config file to avoid writing outside temp folderHarald Musum2020-05-191-0/+1
* Move common code and tests to Configurator and ConfiguratorTestHarald Musum2020-05-196-943/+339