summaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
* Add config for trusting empty ZooKeeper snapshotsHarald Musum2019-10-011-2/+3
| | | | Needed when upgrading from ZooKeeper 3.4 to 3.5
* Do not use container parents even if we run ZooKeeper 3.5Harald Musum2019-09-301-0/+1
|
* Revert "Reapply "upgrade to zookeeper 3.5""Harald Musum2019-09-273-534/+8
|
* Patch and make trustEmptySnapshot configurable.Harald Musum2019-09-272-1/+521
| | | | | | Need to include FileTxnSnapLog verbatim until ZooKeeper 3.5.6 is released to be able to upgrade to ZooKeeper 3.5 in cases where there is a ZooKeeper transaction log, but no snapshot
* Revert "Revert "Hmusum/upgrade to zookeeper 3.5""Harald Musum2019-09-242-7/+13
|
* Follow moveHarald Musum2019-09-231-6/+0
|
* Stop creating zkctl jar fileHarald Musum2019-09-231-24/+0
|
* Move scriptsHarald Musum2019-09-234-330/+0
|
* Revert "Hmusum/upgrade to zookeeper 3.5"Harald Musum2019-09-172-13/+7
|
* Fix error from rebasing onto master: server numbering starts at 0.gjoranv2019-09-101-4/+4
|
* FixHarald Musum2019-09-101-8/+0
|
* Fix unit testsHarald Musum2019-09-101-6/+10
|
* WIP: Upgrade to zookeeper 3.5Harald Musum2019-09-102-5/+15
|
* Use server id in config for singlenode zookeeper setupsHarald Musum2019-09-062-19/+16
| | | | | Update tests accordingly and start numbering at 0, aw will be done by the code that creates zookeeper-server config
* update shell bootstrap sectionsArne Juul2019-09-044-0/+16
|
* Do not use RestrictedServerCnxnFactoryHarald Musum2019-09-042-92/+0
| | | | | | Do not use it for self-hosted, feature cannot be supported with ZooKeeper 3.5 (but secure communications can be setup with ZooKeeper 3.5, which is supported from that version on)
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-0/+4
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-4/+0
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-0/+4
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-4/+0
|
* Revert "Exclusion needed to get a working config server"Harald Musum2019-08-271-9/+0
| | | | This reverts commit 7d612f773d4b1ed41a1c6c4a32662cff6fde39d3.
* Exclusion needed to get a working config serverHarald Musum2019-08-271-0/+9
|
* Revert "Revert "Upgrade to zookeeper 3.4.14, take 3" MERGEOK"Harald Musum2019-08-261-0/+4
|
* Revert "Upgrade to zookeeper 3.4.14, take 3"Harald Musum2019-08-231-4/+0
|
* Merge pull request #10370 from ↵Harald Musum2019-08-231-0/+4
|\ | | | | | | | | vespa-engine/revert-10346-revert-10336-hmusum/upgrade-to-zookeeper-3.4.14 Upgrade to zookeeper 3.4.14, take 3
| * Exclusion is not needed anymoreHarald Musum2019-08-221-9/+0
| |
| * Exclude com.github.spotbugs:spotbugs-annotationsHarald Musum2019-08-211-0/+13
| |
* | Do not use RestrictedServerCnxnFactory in self-hosted installationsHarald Musum2019-08-221-1/+2
|/
* Handle exception instead of checking first and then do operationHarald Musum2019-08-151-10/+12
| | | | | | If checking for existence and doing an aoperation we might do the wrong thing, since the node could have been chenged after the check was done. Catch appropriate exceptions instead and return
* Revert "Update to Curator 2.13.0"Harald Musum2019-07-1112-87/+49
|
* Merge pull request #10003 from vespa-engine/hmusum/update-to-curator-2.13.0Harald Musum2019-07-1112-49/+87
|\ | | | | Update to Curator 2.13.0
| * Update to Curator 2.13.0Harald Musum2019-07-0912-49/+87
| |
* | Add help option and usage outputHarald Musum2019-07-091-0/+10
| |
* | Add -nosudo optionHarald Musum2019-07-091-1/+9
|/
* Revert "Revert "Reapply "Rename scripts"""Harald Musum2019-07-095-7/+7
|
* Revert "Reapply "Rename scripts""Harald Musum2019-07-095-7/+7
|
* Revert "Revert "Rename scripts""Harald Musum2019-07-085-7/+7
|
* Update abi specJon Marius Venstad2019-05-281-2/+2
|
* Return whether a path was attempted created in Curator#createJon Marius Venstad2019-05-281-2/+4
|
* Include zkctl jar as wellHarald Musum2019-05-281-0/+1
|
* Actually test the waiter in its test class >_<Jon Marius Venstad2019-04-121-0/+1
|
* Revert "Fix scripts to use correct binary name"Harald Musum2019-04-113-3/+3
|
* Fix scripts to use correct binary nameHarald Musum2019-04-113-3/+3
|
* Remove reference to WIP scriptHarald Musum2019-03-201-1/+0
|
* Install zk toolsHarald Musum2019-03-201-0/+6
|
* Revert "Revert "Revert "Jvenstad/fix config model inconsitency"""Jon Marius Venstad2019-03-011-1/+0
|
* Revert "Revert "Jvenstad/fix config model inconsitency""Jon Marius Venstad2019-03-011-0/+1
|
* Revert "Jvenstad/fix config model inconsitency"Harald Musum2019-03-011-1/+0
|
* Actually test the waiter in its test class >_<Jon Marius Venstad2019-03-011-0/+1
|
* Make some things thread-safeJon Marius Venstad2019-02-262-8/+8
|