summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-3.5.6
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary zookeeper.server.version propertyMartin Polden2020-12-111-1/+1
|
* Add @authorHarald Musum2020-12-083-1/+6
|
* Add support for ZooKeeper server 3.6.2Harald Musum2020-12-081-1/+2
|
* Inline watcher and rename classHarald Musum2020-12-082-22/+4
|
* Minor fixesHarald Musum2020-12-073-6/+8
|
* Move more code to zookeeper-server-commonHarald Musum2020-12-076-455/+30
|
* Refactor to prepare for mving more code to zokeeper-server-commonHarald Musum2020-12-075-35/+83
|
* Retry on NewConfigNoQuorumHarald Musum2020-12-071-1/+2
|
* Merge branch 'master' into hmusum/refactor-reconfigurerHarald Musum2020-12-072-8/+9
|\
| * Connect to localhost when reconfiguringMartin Polden2020-12-072-8/+12
| |
* | Merge branch 'master' into hmusum/refactor-reconfigurerHarald Musum2020-12-071-4/+3
|\|
| * Retry on NewConfigNoQuorumMartin Polden2020-12-071-1/+2
| |
| * SimplifyMartin Polden2020-12-071-4/+3
| |
* | Split out a ZKAdmin interface and implement itHarald Musum2020-12-074-70/+120
|/
* Retry reconfig on ConnectionLossMartin Polden2020-12-061-3/+9
|
* Avoid every node triggering reconfig at the same timeMartin Polden2020-12-061-8/+23
|
* 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
|
* 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
| | | | | 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 "Revert "Reapply "Build vespa zookeeper server variants with ↵Harald Musum2020-05-203-0/+137
| | | | zookeeper 3.5.6 and 3.5.8"""
* Revert "Reapply "Build vespa zookeeper server variants with zookeeper 3.5.6 ↵Harald Musum2020-05-203-137/+0
| | | | and 3.5.8""
* Revert "Revert "Build vespa zookeeper server variants with zookeeper 3.5.6 ↵Harald Musum2020-05-193-0/+137
| | | | and 3.5.8""
* Revert "Build vespa zookeeper server variants with zookeeper 3.5.6 and 3.5.8"Harald Musum2020-05-193-137/+0
|
* Move common code and tests to Configurator and ConfiguratorTestHarald Musum2020-05-192-624/+7
|
* Build implementations for Zookeeper 3.5.6 and 3.5.8Harald Musum2020-05-184-0/+754