summaryrefslogtreecommitdiffstats
path: root/zookeeper-server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Re-enable test which was probably stabilised by fixing ZOOKEEPER-4541jonmv2022-10-101-4/+6
|
* Patch Learner and SyncRequestProcessor as welljonmv2022-10-073-1/+1274
|
* Enable TTL nodes in ZooKeeperBjørn Christian Seime2022-09-271-0/+2
|
* Add patched ZK filesjonmv2022-09-246-0/+3286
|
* Add fields for leaderCloseSocketAsync and learnerAsyncSending to zookeeper ↵Harald Musum2022-09-191-1/+3
| | | | server config
* Merge pull request #23842 from vespa-engine/bjorncs/zk-tls-configMorten Tokle2022-08-302-5/+29
|\ | | | | Bjorncs/zk tls config
| * Allow ZooKeeper to be configured with custom Vespa mTLS configBjørn Christian Seime2022-08-262-5/+29
| |
* | Make ZooKeeper server 3.8.0 the defaultHarald Musum2022-08-2714-769/+4
|/
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Fix versionHarald Musum2022-07-111-1/+1
|
* Fix modules and add note about ZooKeeper version for Vespa 7Harald Musum2022-07-111-1/+0
|
* Support ZooKeeper server 3.8.0Harald Musum2022-07-1114-9/+10
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-084-8/+8
|
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-0/+6
| | | | | | | - Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
* install_jar CMake functionHåkon Hallingstad2022-05-203-3/+3
|
* Need version in artifact idHarald Musum2022-05-111-1/+1
|
* Add support for zookeeper server version 3.7.1Harald Musum2022-05-1113-1/+766
|
* Move zookeeper server to a module without version nameHarald Musum2022-05-1114-7/+14
| | | | | | | * Keep our own code for zookeeper server in the same directory independent of zookeeper server version * Remove the need to depend on a module with version from other (internal) modules
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-064-4/+4
|
* Move dependency management to parent, depend on snappy-java for cmd lineHarald Musum2022-04-021-2/+0
|
* 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
|
* Remove ZK 3.6.3, which is no longer in useJon Marius Venstad2022-01-1912-768/+0
|
* Close clients in unit testJon Marius Venstad2022-01-181-8/+9
|
* Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-1712-144/+646
| | | | This reverts commit 810da357155a349884b862de87e18de87ed54b35.
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-1412-646/+144
|
* Ignore unit test for now (unstable 1/100)Jon Marius Venstad2022-01-132-0/+4
|
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-1312-144/+642
| | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-1212-642/+144
|
* Use dynamic port allocation for ZK testJon Marius Venstad2022-01-122-18/+82
|
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data ↵Jon Marius Venstad2022-01-1212-144/+578
| | | | | | migration complete [run-systemtest]"" This reverts commit 703a09ea682cb91b7df58f88efc48a0503fa3a4b.
* Revert "Jonmv/remove retired nodes from zk clusters when data migration ↵Harald Musum2022-01-1212-578/+144
| | | | complete [run-systemtest]"
* Merge pull request #20758 from ↵Jon Marius Venstad2022-01-1112-144/+578
|\ | | | | | | | | 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]
| * Smaller max portJon Marius Venstad2022-01-112-2/+2
| |
| * More than 1 port per teest ...Jon Marius Venstad2022-01-112-4/+4
| |
| * Specicfy test timeout of 2 minutesJon Marius Venstad2022-01-112-5/+2
| |
| * Use different ports for different ZK versionsJon Marius Venstad2022-01-114-8/+31
| |
| * Retry reading when ocnnection lossJon Marius Venstad2022-01-112-6/+20
| |
| * findbugs silliness warnings must be ignoredJon Marius Venstad2022-01-112-2/+0
| |
| * Unit testJon Marius Venstad2022-01-114-4/+427
| |
| * Verify reconfiguration complete by issuing a write operationJon Marius Venstad2022-01-112-3/+27
| |
| * Avoid NPE when using half-constructed zookeeper serverJon Marius Venstad2022-01-113-5/+4
| |
| * 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
| |
| * Use bulk reconfig modeJon Marius Venstad2022-01-115-54/+40
| |
| * Simplify, no functional changesJon Marius Venstad2022-01-116-57/+30
| |