summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-common/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add fields for leaderCloseSocketAsync and learnerAsyncSending to zookeeper se...Harald Musum2022-09-191-1/+3
* Allow ZooKeeper to be configured with custom Vespa mTLS configBjørn Christian Seime2022-08-262-5/+29
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
* Remove unused argumentHarald Musum2022-03-312-3/+3
* Wait exactly 3 minutes for new serversJon Marius Venstad2022-03-091-6/+4
* Add note about jute.maxbuffer system propertyHarald Musum2022-02-171-0/+3
* Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-173-49/+30
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-143-30/+49
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-133-49/+30
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-123-30/+49
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data migrati...Jon Marius Venstad2022-01-123-49/+30
* Revert "Jonmv/remove retired nodes from zk clusters when data migration compl...Harald Musum2022-01-123-30/+49
* Merge pull request #20758 from vespa-engine/jonmv/remove-retired-nodes-from-z...Jon Marius Venstad2022-01-113-49/+30
|\
| * Unit testJon Marius Venstad2022-01-112-4/+1
| * 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-113-33/+25
| * Simplify, no functional changesJon Marius Venstad2022-01-111-6/+5
* | Supprt configuring ZooKeeper snapshot methodHarald Musum2022-01-111-0/+1
|/
* Update Verizon Media copyright notices.gjoranv2021-10-0711-11/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* MInor cleanup, no functional changesHarald Musum2021-05-254-16/+13
* Set system property zookeeper.globalOutstandingLimitHarald Musum2021-05-101-0/+2
* Generate server ZK TLS config using Vespa mTLS configBjørn Christian Seime2021-04-212-81/+52
* Another attempt at configuring secure only client port on ZK serverBjørn Christian Seime2021-03-181-10/+13
* Use default metrics providerHarald Musum2021-03-181-1/+0
* Set auth provider as system propertuy and use x509 as schemeHarald Musum2021-03-171-3/+2
* Use custom x509 authentication provider for ZK serverBjørn Christian Seime2021-03-171-4/+6
* Remove unused parameterBjørn Christian Seime2021-03-151-3/+3
* Handle client port that is configured to TLS onlyBjørn Christian Seime2021-03-151-10/+15
* Use SSLContext supplier for ZK server configurationBjørn Christian Seime2021-03-123-121/+38
* Use correct List typeBjørn Christian Seime2021-03-101-1/+1
* Revert "Revert "Specify TLS configuration when enabling secure ZK client""Bjørn Christian Seime2021-03-102-33/+50
* Revert "Specify TLS configuration when enabling secure ZK client"Harald Musum2021-03-102-50/+33
* Specify TLS configuration when enabling secure ZK clientBjørn Christian Seime2021-03-102-33/+50
* Revert "Periodically reconfigure config server ZooKeeper cluster"Martin Polden2021-03-012-67/+4
* Ignore config with no serversMartin Polden2021-02-261-0/+1
* Support reconfiguration without configMartin Polden2021-02-262-4/+66
* Flag service for orchestrated restart when ZK myid changesJon Marius Venstad2021-02-231-1/+1
* Move ownership of QuorumPeer to RecoonfigurerJon Marius Venstad2021-02-192-9/+36
* Die after 1 minute if no ZK-connection when constructing CCJon Marius Venstad2021-02-191-2/+2
* Merge pull request #16557 from vespa-engine/jonmv/properly-detect-leaving-zk-...Jon Marius Venstad2021-02-171-12/+11
|\
| * Properly detect leaving ZK servers by comparing full specJon Marius Venstad2021-02-171-12/+11
* | Merge pull request #16555 from vespa-engine/hmusum/use-listJon Marius Venstad2021-02-171-2/+5
|\ \ | |/ |/|
| * Add distinct()Harald Musum2021-02-171-1/+4
| * Use a list instead of a set, we want to keep orderHarald Musum2021-02-171-2/+2
* | 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