summaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Replace CuratorLock with LockJon Marius Venstad2019-02-263-132/+1
|
* Pass provision indexes to host provisionerValerij Fredriksen2019-02-141-22/+15
|
* Cache flags DBHåkon Hallingstad2019-01-264-0/+19
| | | | | | | | | Up until now every lookup of a flag on ZooKeeperFlagSource would hit ZooKeeper. Flags are ideal for caching: Changes seldom, little data, clients should handle short-lived inconsistencies. This PR will make the backing FlagsDbImpl cache the /flags/v1 ZK directory and completes the optimization of ConfigServerFlagSource.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+114
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-114/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+126
|
* Revert "Revert "Jvenstad/fix node repo cache""Jon Bratseth2018-12-181-1/+1
|
* Revert "Jvenstad/fix node repo cache"Arnstein Ressem2018-12-181-1/+1
|
* Miniscule cleanupJon Marius Venstad2018-12-121-1/+1
|
* Revert "Revert "No need for restricting access to zookeeper in hosted vespa""Harald Musum2018-10-243-25/+8
|
* Revert "No need for restricting access to zookeeper in hosted vespa"Harald Musum2018-10-243-8/+25
|
* Merge pull request #7423 from ↵Jon Bratseth2018-10-243-25/+8
|\ | | | | | | | | vespa-engine/hmusum/remove-check-for-allowed-zk-clients-in-hosted No need for restricting access to zookeeper in hosted vespa