aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0965-66/+69
* Allow Java class names, which are the default singleton IDsjonmv2023-10-061-1/+4
* More restrictive singleton IDjonmv2023-10-061-3/+3
* Log whether (de)?activation was successfuljonmv2023-10-041-2/+4
* MInor: Renaming, add comment about initializing pathsHarald Musum2023-09-263-13/+17
* Use Path, rename some argumentsHarald Musum2023-09-181-11/+13
* Minor refactoring of CuratorCompletionWaiter, no functional changesHarald Musum2023-09-184-22/+9
* Reset load per thread on each new periodjonmv2023-09-081-0/+1
* Mention non-zero load only per thread in docjonmv2023-09-071-1/+1
* Add thread name template as dimension for locked load for curator locksjonmv2023-09-072-1/+31
* Do not use version for allowed embedded artifacts.gjoranv2023-07-041-2/+2
* Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-031-0/+2
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
* Specify barrier wait for all timeout in callers, simplifyHarald Musum2023-03-224-19/+12
* Remove unused argumentHarald Musum2023-03-212-4/+4
* Wait longer for all users of barrier.Harald Musum2023-03-072-17/+38
* Merge branch 'master' into hmusum/upgrade-curator-2Harald Musum2023-02-203-25/+21
|\
| * Unify catch-and-log branchesjonmv2023-02-141-4/+1
| * Simplify, since lock will only throw IMSE after first close attemptjonmv2023-02-141-15/+9
| * Make state more explicitjonmv2023-02-141-18/+15
| * When lock was closed, unbeknownst to us, release it internallyjonmv2023-02-141-4/+15
| * Compute prerequisite tests for a given prod deploymentjonmv2023-01-031-1/+1
| * Ensure lock is cleared when lease is invalidatedjonmv2023-01-021-7/+9
| * Fewer retries in curator client retry policyHarald Musum2022-12-051-1/+1
| * Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-5/+0
| * Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+5
| * - Reduce usage of guava.Henning Baldersheim2022-12-011-5/+0
* | Update version in package-info.javaHarald Musum2022-12-2011-11/+11
|/
* Set private DNS for existing VPC endpoints servicesjonmv2022-11-241-4/+8
* Fix typoJon Marius Venstad2022-11-141-1/+1
* Improve exception message grammar, javadocjonmv2022-11-143-29/+30
* Remove uneeded test assertion which is unstablejonmv2022-11-141-1/+0
* Add commentJon Marius Venstad2022-11-101-0/+1
* Add commentJon Marius Venstad2022-11-091-0/+1
* Clean orphans when failing to get the lockjonmv2022-11-091-1/+14
* Regularly write is_active metricjonmv2022-11-092-4/+13
* Turn off ensemble tracking, to preserve localhost affinityjonmv2022-11-091-0/+1
* High log level for non-timeoutsjonmv2022-11-081-1/+6
* Don't wait for maintenance redeploy if autoscaling deploy fails onceJon Bratseth2022-11-071-1/+1
* Use var/zookeeper/conf for zookeeper server and client configHarald Musum2022-11-041-1/+1
* Only exclude slf4j-api where it is necessary.Henning Baldersheim2022-11-011-0/+10
* Move zookeeper and netty dependency management to parent pom.Henning Baldersheim2022-11-011-19/+0
* Update ABI spec format, and update all specsjonmv2022-10-251-24/+24
* Make `getData(Path,Stat)` publicBjørn Christian Seime2022-10-201-1/+1
* Merge pull request #24458 from vespa-engine/bjorncs/zk-lock-with-ttlHarald Musum2022-10-141-3/+6
|\
| * Support locks with TTL in ZK curatorBjørn Christian Seime2022-10-141-3/+6
* | Only log invalidating lease when actually having itjonmv2022-10-141-9/+9
|/
* 12s session timeout for application cluster curatorjonmv2022-10-144-14/+25
* Update metrics as agreedjonmv2022-10-132-29/+12