aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server
Commit message (Collapse)AuthorAgeFilesLines
* Log error when starting ZooKeeper server failsHarald Musum2020-12-091-1/+5
|
* Revert "Set reconfigEnabled based on config value"Harald Musum2020-12-092-3/+1
|
* Set reconfigEnabled based on config valueHarald Musum2020-12-092-1/+3
| | | | | | Seeing issues with this for clustercontrollers when cluster grows or shrinks, so set reconfigEnabled to true only when config says we should use it
* Merge pull request #15735 from ↵Harald Musum2020-12-0810-3/+228
|\ | | | | | | | | vespa-engine/hmusum/add-support-for-zookeeper-server-3.6.2 Add support for ZooKeeper server 3.6.2
| * Add @authorHarald Musum2020-12-085-1/+11
| |
| * Add support for ZooKeeper server 3.6.2Harald Musum2020-12-089-2/+222
| |
* | Add missing authorMartin Polden2020-12-082-0/+5
| |
* | Use exponential backoff for reconfig retriesMartin Polden2020-12-083-22/+89
|/ | | | | Combined with connecting to localhost this should reduce the time it takes for all nodes to complete reconfig.
* Inline watcher and rename classHarald Musum2020-12-085-33/+15
|
* Minor fixesHarald Musum2020-12-076-10/+12
|
* Move more code to zookeeper-server-commonHarald Musum2020-12-076-46/+30
|
* Refactor to prepare for mving more code to zokeeper-server-commonHarald Musum2020-12-078-36/+95
|
* 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-076-70/+157
|/
* Remove support for 3.5.8, not usedHarald Musum2020-12-075-141/+0
|
* Stop using deprecated clientPort statementMartin Polden2020-12-062-12/+20
|
* 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
|
* Merge pull request #15657 from vespa-engine/hmuusm/set-skipACLMartin Polden2020-12-042-1/+3
|\ | | | | Skip ACL checks to enable reconfiguration of servers
| * 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
| | | | | 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
|