aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-094-3/+3
|
* Revert "Reapply "Rename scripts""Harald Musum2019-07-094-3/+3
|
* Revert "Revert "Rename scripts""Harald Musum2019-07-084-3/+3
|
* Return whether a path was attempted created in Curator#createJon Marius Venstad2019-05-281-2/+4
|
* 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
|
* 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-263-0/+18
| | | | | | | | | 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.
* 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
| * No need for restricting access to zookeeper in hosted vespaHarald Musum2018-10-233-25/+8
| | | | | | | | Access restrictions handled by other means
* | Whitelist ZooKeeper four letter commandsHarald Musum2018-10-242-1/+7
|/
* Use full nameHarald Musum2018-10-0315-15/+15
|
* Remove deprecated and unused constructorHarald Musum2018-09-131-10/+1
|
* Revert "Upgrade to Curator 2.12.0"Harald Musum2018-08-3112-87/+49
|
* Upgrade to Curator 2.12.0Harald Musum2018-08-3012-49/+87
|
* Create directory before writingJon Bratseth2018-08-091-3/+5
|
* Nonfunctional changes onlyJon Bratseth2018-06-191-2/+3
|
* Do not delete unused tenants that have been created last weekHarald Musum2018-06-041-0/+16
| | | | | | * Add support for getting stat info for a zookeeper node * For unused tenants, check when tenant was created and do not delete unless TTL (7 days) has been exceeded
* update bootstrapArne Juul2018-05-164-8/+20
|
* update bootstrap section of scriptsArne Juul2018-05-144-0/+36
|
* Execute zkcli in subshellMartin Polden2018-04-101-1/+2
|
* Do not redirect zkcli stderr implicitlyMartin Polden2018-04-091-1/+1
|
* Revert "Revert "Only allow Zookeeper access for config servers in hosted Vespa""Harald Musum2018-04-033-27/+28
|
* Improve log messageHarald Musum2018-03-081-4/+6
|
* Revert "Only allow Zookeeper access for config servers in hosted Vespa"Harald Musum2018-03-083-28/+27
|
* Inline methodJon Bratseth2018-03-081-10/+5
|
* Only allow Zookeeper access for config servers in hosted VespaHarald Musum2018-03-073-22/+28
|
* Log when trying to establish ZooKeeper quorumHarald Musum2018-03-051-0/+3
|
* Merge pull request #4762 from ↵Harald Musum2018-01-241-0/+6
|\ | | | | | | | | vespa-engine/hmusum/remove-commit-from-mock-provider Remove transaction commit in mock provisioner that should never have …
| * Remove transaction commit in mock provisioner that should never have been thereHarald Musum2018-01-241-0/+6
| |
* | Change default value of zookeeperLocalhostAffinity to trueHarald Musum2018-01-232-16/+11
|/
* Prefer zookeeper server on localhost for CDHarald Musum2018-01-141-1/+1
|