aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/test/java/com/yahoo/vespa/curator/stats/LockTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Test out-of-order releaseHåkon Hallingstad2022-04-271-0/+38
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-141-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Also test cumulative deadlock countersHåkon Hallingstad2020-10-201-0/+4
* Replace deadlock avoidance with metricsHåkon Hallingstad2020-10-191-9/+16
* Deadlock detectionHåkon Hallingstad2020-10-111-5/+70
* Avoid metrics on reentry of lockHåkon Hallingstad2020-10-081-31/+59
* Make richer latency statsHåkon Hallingstad2020-10-051-7/+0
* Move lock metrics to MetricsReporterHåkon Hallingstad2020-10-031-25/+61
* Add metrics to lock attemptsHåkon Hallingstad2020-10-011-2/+2
* Record locks taken for external deploysHåkon Hallingstad2020-09-301-11/+11
* More info -> attempt renamesHåkon Hallingstad2020-09-281-3/+3
* LockInfo -> LockAttempt, ThreadLockInfo -> ThreadLockStats, and moreHåkon Hallingstad2020-09-281-26/+30
* Use deque as stackHåkon Hallingstad2020-09-281-0/+23
* Mock lock path from thread to per-lock (bug)Håkon Hallingstad2020-09-261-1/+1
* Adds method name to stack trace and adds timeout count and testHåkon Hallingstad2020-09-251-0/+113