summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/concurrent/maintenance
Commit message (Collapse)AuthorAgeFilesLines
* Remove conseecutiveFailurees metric: Not neededJon Bratseth2021-06-203-24/+19
|
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-063-15/+33
| | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-043-33/+15
|
* Return success factorJon Bratseth2021-06-041-2/+2
|
* Record successFactorJon Bratseth2021-06-042-2/+2
|
* Turn metric consumer into a typed classJon Bratseth2021-06-032-13/+31
|
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-051-1/+1
|
* Revert "Revert "Count lock timeout as unsuccessful run""Martin Polden2021-01-083-19/+21
|
* Revert "Count lock timeout as unsuccessful run"Harald Musum2021-01-083-21/+19
|
* Remove special handling of lock timeoutMartin Polden2021-01-083-22/+7
|
* Disallow non-staggered initial delayMartin Polden2021-01-071-1/+3
|
* Count lock timeout as unsuccessful run for exclusive maintainersMartin Polden2021-01-073-20/+35
|
* Measure consecutive maintenance failuresMartin Polden2020-07-212-21/+12
| | | | | | Measuring time since last success results in a wide range of acceptable values, due to maintenance intervals varying from seconds to as long as half a day. Measure consecutive failures instead, to simplify alerting thresholds.
* Emit QoS metric for all maintainersMartin Polden2020-07-164-70/+137
|
* Control maintenance jobs with feature flagMartin Polden2020-07-091-21/+20
|
* Extract maintenance package into vespajlibMartin Polden2020-04-292-0/+177