aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26638 from vespa-engine/jonmv/handle-majority-rejoining-z...Jon Marius Venstad2023-03-304-92/+175
|\
| * Compute joiners based on existing dynamic configjonmv2023-03-294-92/+175
* | Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
|/
* Revert "Enable TLSv1.3 for Vespa mTLS"Henning Baldersheim2023-03-251-4/+6
* Enable TLSv1.3 for Vespa mTLSBjørn Christian Seime2023-03-241-6/+4
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
* Log zookeeper start message only on retriesHarald Musum2023-03-101-5/+7
* Log zookeeper server config only if unable to start serverHarald Musum2023-03-091-2/+3
* Wait only at start, for runnerjonmv2023-02-091-5/+5
* No need to wait until connected in cluster controllerHarald Musum2023-02-071-1/+3
* Revert "Revert "Create dummy node after starting ZooKeeper server""Harald Musum2023-01-302-8/+6
* Revert "Create dummy node after starting ZooKeeper server"Harald Musum2023-01-302-6/+8
* Create dummy node after starting ZooKeeper serverHarald Musum2023-01-302-8/+6
* Unify on Streams.toListHenning Baldersheim2023-01-171-2/+1
* Log current ZK config when starting ZK (drowns in ZK log)jonmv2023-01-061-0/+4
* Make zookeeper server non-reconfigurable in self-hostedHarald Musum2023-01-021-1/+2
* Revert "Revert "Turn off dynamic reconfiguration for non-hosted config server...Harald Musum2023-01-022-27/+37
* Be more agressive when starting up zookeeper.Henning Baldersheim2022-12-211-1/+1
* Revert "Turn off dynamic reconfiguration for non-hosted config server [run-sy...Harald Musum2022-12-142-37/+27
* Turn off dynamic reconfiguration for non-hosted config serverHarald Musum2022-12-122-27/+37
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
* Improve timeout and retry handling when failing to reconfigure ZKjonmv2022-12-021-10/+12
* Accept no test zipjonmv2022-11-111-1/+1
* Use var/zookeeper/conf for zookeeper server and client configHarald Musum2022-11-041-6/+1
* use imported getDefaults()Arne Juul2022-10-271-1/+1
* Enable TTL nodes in ZooKeeperBjørn Christian Seime2022-09-271-0/+2
* 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
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Move zookeeper server to a module without version nameHarald Musum2022-05-111-1/+1
* 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-174-85/+63
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-144-63/+85
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-134-85/+63
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-124-63/+85
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data migrati...Jon Marius Venstad2022-01-124-85/+63
* Revert "Jonmv/remove retired nodes from zk clusters when data migration compl...Harald Musum2022-01-124-63/+85
* Merge pull request #20758 from vespa-engine/jonmv/remove-retired-nodes-from-z...Jon Marius Venstad2022-01-114-85/+63
|\
| * Unit testJon Marius Venstad2022-01-112-4/+1
| * Avoid NPE when using half-constructed zookeeper serverJon Marius Venstad2022-01-111-1/+0
| * 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-112-25/+21