aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-common/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Reduce log level, this happens regularly and is no problemHarald Musum2023-06-161-1/+1
|
* Compute joiners based on existing dynamic configjonmv2023-03-292-82/+124
|
* 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
|
* No need to wait until connected in cluster controllerHarald Musum2023-02-071-1/+3
| | | | | VespaZooKeeperSever now guarantees that server is working by writing a node, so no need to do an extra check in cluster controller
* 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
| | | | | Create dummy node to make sure that ZooKeeper server is functional before returning
* 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
| | | | | Add a new component to control whether zookeeper server in config server should be configurable
* Revert "Revert "Turn off dynamic reconfiguration for non-hosted config ↵Harald Musum2023-01-021-1/+1
| | | | | | server [run-systemtest]"" This reverts commit 97f52ec1e72f816c380d0bde609cc0f0789eec48.
* Be more agressive when starting up zookeeper.Henning Baldersheim2022-12-211-1/+1
|
* Revert "Turn off dynamic reconfiguration for non-hosted config server ↵Harald Musum2022-12-141-1/+1
| | | | [run-systemtest]"
* Turn off dynamic reconfiguration for non-hosted config serverHarald Musum2022-12-121-1/+1
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* 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
| | | | | Avoid using read-only conf/ directory for config files written when starting zookeeper
* 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 ↵Harald Musum2022-09-191-1/+3
| | | | server config
* 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
| | | | This reverts commit 810da357155a349884b862de87e18de87ed54b35.
* 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
| | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-123-30/+49
|
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data ↵Jon Marius Venstad2022-01-123-49/+30
| | | | | | migration complete [run-systemtest]"" This reverts commit 703a09ea682cb91b7df58f88efc48a0503fa3a4b.
* Revert "Jonmv/remove retired nodes from zk clusters when data migration ↵Harald Musum2022-01-123-30/+49
| | | | complete [run-systemtest]"
* Merge pull request #20758 from ↵Jon Marius Venstad2022-01-113-49/+30
|\ | | | | | | | | vespa-engine/jonmv/remove-retired-nodes-from-zk-clusters-when-data-migration-complete Jonmv/remove retired nodes from zk clusters when data migration complete [run-systemtest]
| * 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
| | | | Server ZK TLS config follows Vespa mTLS config and is no longer controlled by feature flag.
* Another attempt at configuring secure only client port on ZK serverBjørn Christian Seime2021-03-181-10/+13
| | | | | | ZK dynamic reconfiguration logic assumes that insecure client port exists. This commit introduces a new connection factory that overrides 'secure' flag from configure() and makes the insecure client port become secure.
* Use default metrics providerHarald Musum2021-03-181-1/+0
|