aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/zookeeper-server-common/src/test/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-093-3/+3
* Enable TLSv1.3 for Vespa mTLSBjørn Christian Seime2023-07-201-6/+4
* Compute joiners based on existing dynamic configjonmv2023-03-292-10/+51
* 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
* Wait only at start, for runnerjonmv2023-02-091-5/+5
* Revert "Revert "Turn off dynamic reconfiguration for non-hosted config server...Harald Musum2023-01-021-26/+36
* Revert "Turn off dynamic reconfiguration for non-hosted config server [run-sy...Harald Musum2022-12-141-36/+26
* Turn off dynamic reconfiguration for non-hosted config serverHarald Musum2022-12-121-26/+36
* 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
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-171-36/+33
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-141-33/+36
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-131-36/+33
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-121-33/+36
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data migrati...Jon Marius Venstad2022-01-121-36/+33
* Revert "Jonmv/remove retired nodes from zk clusters when data migration compl...Harald Musum2022-01-121-33/+36
* Avoid NPE when using half-constructed zookeeper serverJon Marius Venstad2022-01-111-1/+0
* Always reconfigure (idempotent), and to only non-retired serversJon Marius Venstad2022-01-111-15/+19
* Use bulk reconfig modeJon Marius Venstad2022-01-111-19/+13
* Simplify, no functional changesJon Marius Venstad2022-01-111-1/+1
* Revert "JDK 17: verify cipher suites depending on JDK version."Harald Musum2021-11-081-14/+4
* JDK 17: verify cipher suites depending on JDK version.gjoranv2021-11-041-4/+14
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Set tickTime for server and adjust client session timeout to a legal valueHarald Musum2021-07-101-1/+3
* Generate server ZK TLS config using Vespa mTLS configBjørn Christian Seime2021-04-211-41/+15
* Another attempt at configuring secure only client port on ZK serverBjørn Christian Seime2021-03-181-20/+10
* Use default metrics providerHarald Musum2021-03-181-2/+1
* Update testsHarald Musum2021-03-171-6/+0
* Use custom x509 authentication provider for ZK serverBjørn Christian Seime2021-03-171-0/+6
* Handle client port that is configured to TLS onlyBjørn Christian Seime2021-03-151-11/+20
* Use SSLContext supplier for ZK server configurationBjørn Christian Seime2021-03-121-110/+52
* Simplify and stabilise test (would fail if asleep for more than 1s)Jon Marius Venstad2021-03-121-16/+5
* Revert "Revert "Specify TLS configuration when enabling secure ZK client""Bjørn Christian Seime2021-03-101-2/+8
* Revert "Specify TLS configuration when enabling secure ZK client"Harald Musum2021-03-101-8/+2
* Specify TLS configuration when enabling secure ZK clientBjørn Christian Seime2021-03-101-2/+8
* Revert "Periodically reconfigure config server ZooKeeper cluster"Martin Polden2021-03-011-14/+0
* Ignore config with no serversMartin Polden2021-02-261-0/+5
* Support reconfiguration without configMartin Polden2021-02-261-0/+9
* Disable TLSV1.3Bjørn Christian Seime2021-02-241-2/+2
* Fix testsJon Marius Venstad2021-02-191-18/+24
* Move ownership of QuorumPeer to RecoonfigurerJon Marius Venstad2021-02-191-3/+13
* ZK will now allow TLSv1.3 in addition to TLSv1.2Bjørn Christian Seime2021-02-181-2/+2
* Properly detect leaving ZK servers by comparing full specJon Marius Venstad2021-02-171-3/+15
* Always force shutdown of non-reconfigurable ZooKeeper serverMartin Polden2020-12-161-0/+5
* Use exponential backoff for ZooKeeper restartMartin Polden2020-12-151-2/+8
* Shut down ZooKeeper properlyMartin Polden2020-12-151-0/+3
* Prevent tests from blocking until shutdown timeoutMartin Polden2020-12-131-40/+35