summaryrefslogtreecommitdiffstats
path: root/zookeeper-server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Cannot use main(), since it calls System.exit() and will not work when running unit tests, so subclass and use initializeAndRun()
* 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
| | | | | Need this to simplify the way this will be done when we start supporting dynamic reconfiguration of ZooKeeper cluster
* 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 ↵Harald Musum2020-11-132-2/+4
| | | | ZooKeeper servers""
* Revert "Do not run in standalone compatibility mode for single ZooKeeper ↵Harald Musum2020-11-132-4/+2
| | | | servers"
* Do not run in standalone compatibility mode for single ZooKeeper serversHarald Musum2020-11-132-2/+4
| | | | | Always run in distrbuted mode, allows cluster to grow, and old setting is deprecated
* Revert "Merge pull request #15282 from ↵Bjørn Christian Seime2020-11-111-0/+16
| | | | | | | vespa-engine/revert-15274-revert-15272-revert-15264-bjorncs/install-clustercontroller-reindexer" This reverts commit e76263f5fe4b357bbec295d505c4be0765c70042, reversing changes made to c6effdaac42cca97412a01b488820fbdd5b65c0d.
* 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 ↵Harald Musum2020-05-2012-81/+235
| | | | zookeeper 3.5.6 and 3.5.8"""
* Revert "Reapply "Build vespa zookeeper server variants with zookeeper 3.5.6 ↵Harald Musum2020-05-2012-235/+81
| | | | and 3.5.8""
* Revert "Revert "Build vespa zookeeper server variants with zookeeper 3.5.6 ↵Harald Musum2020-05-1912-81/+235
| | | | and 3.5.8""
* 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
|
* Build implementations for Zookeeper 3.5.6 and 3.5.8Harald Musum2020-05-1811-6/+763
|
* Listen on all IPsHarald Musum2020-05-142-1/+3
| | | | Seems like this is needed to get ZooKeeper version > 3.5.6 working
* Use zookeeper.client.version and zookeeper.server.versionHarald Musum2020-05-141-1/+1
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Merge pull request #12252 from ↵Harald Musum2020-02-206-351/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-support-for-zookeeper-3.4 Remove support for ZooKeeper 3.4
| * Remove support for ZooKeeper 3.4Harald Musum2020-02-186-351/+0
| |
* | Revert "Upgrade to ZooKeeper 3.5.7"Harald Musum2020-02-181-1/+1
|/
* Upgrade to ZooKeeper 3.5.7Harald Musum2020-02-181-1/+1
|
* Allow SSLContext implementation that supports TLSv1.3+Bjørn Christian Seime2020-01-311-2/+2
|
* Default zookeeper version is 3.5.Tor Egge2020-01-132-1/+1
|