aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+5
| |
| * - Reduce usage of guava.Henning Baldersheim2022-12-011-5/+0
| | | | | | | | - Ensure that tests relying on order are determinsitic.
* | 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
| | | Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* 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
| | | | | Avoid using read-only conf/ directory for config files written when starting zookeeper
* 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 curator
| * 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
|
* More loggingjonmv2022-10-131-16/+35
|
* Kill AbstractSingletonWorker, and add sample codejonmv2022-10-125-47/+147
|
* Acquire a single lock again in VespaCuratorjonmv2022-10-123-105/+1
|
* And another one bites the dustjonmv2022-10-111-2/+1
|
* Set exception before phasingjonmv2022-10-111-1/+1
|
* Remove another metric verificationjonmv2022-10-111-1/+0
|
* use manual clock for all testsjonmv2022-10-111-2/+2
|
* Remove test metrics for which we cannot (easily) synchronisejonmv2022-10-111-4/+3
|
* Handle shutdown in different threadjonmv2022-10-111-3/+16
|
* Complete janitor shutdown in synchronous part of shutdownjonmv2022-10-112-4/+5
|
* Sync shutdown, invalidate doom on no singletons, fix unit testjonmv2022-10-113-19/+36
|
* Stabilize unit testjonmv2022-10-112-4/+5
|
* Add metrics to singletone manager, with placeholder namesjonmv2022-10-103-17/+179
|
* Actively release when no singletons, in case something goes wrong elsewherejonmv2022-10-101-1/+1
|
* Register number of parties equal to possible concurrent arrivalsjonmv2022-10-101-0/+2
|
* Add missing synchronizedjonmv2022-10-101-1/+1
|
* Disallow empty singleton IDsjonmv2022-10-101-2/+2
|
* Use identity hash map for registrationsjonmv2022-10-101-1/+2
|
* Also set up Curator in graphjonmv2022-10-101-3/+1
|
* Update ABI specjonmv2022-10-101-4/+5
|
* No inheritance on AbstractComponentjonmv2022-10-102-13/+14
|
* delete vs deleteAlljonmv2022-10-103-13/+41
|
* Remove left-over toString, and add forgotten assertionjonmv2022-10-101-1/+2
|
* Expand ZK API, and implement in CuratorWrapperjonmv2022-10-108-3/+923
|
* Move VespaCurator implementation to CuratorWrapper, with /user/ namespacejonmv2022-10-102-2/+44
|
* Support more stat and version in Curatorjonmv2022-10-102-44/+110
|