aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Reduce threshold from 1 to 0.95, and make deletion race less likelyjonmv2023-08-311-1/+1
* Improve readabilityjonmv2023-08-291-4/+3
* Spread maintainer interval boundaries based on class name hashjonmv2023-08-281-4/+6
* Use consistent timer instance, and set meaningful message timestampsjonmv2023-07-101-9/+1
* Put the parenthesis in the right placejonmv2023-07-081-1/+1
* Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-072-15/+12
* Non-functional changes onlyJon Bratseth2023-06-131-8/+14
* Update Javadocbjormel2023-06-091-2/+7
* Make failure be the default when reporting success factorØyvind Grønnesby2023-06-081-1/+1
* Use primitive typeMartin Polden2023-06-061-3/+3
* maintainer success factor baseline deviationbjormel2023-03-291-10/+16
* Define application_generation in containermetrics and add to the vespa setJon Bratseth2023-03-021-6/+3
* Track DeploymentInfoMaintainer successJon Bratseth2023-02-281-1/+1
* Create a metric for maintainer execution timeØyvind Grønnesby2022-12-122-4/+9
* Add Timer.instant()Bjørn Christian Seime2022-12-071-0/+3
* fix typo invokation -> invocationThinh Bui2022-11-141-1/+1
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-143-15/+30
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-141-0/+15
* Add helper to get all threads in JVMBjørn Christian Seime2022-07-261-0/+30
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-49/+0
* Revert "Merge pull request #22721 from vespa-engine/revert-22720-jonmv/get-te...jonmv2022-05-231-1/+1
* Revert "Jonmv/get tester logs"Jon Marius Venstad2022-05-231-1/+1
* Fetch and merge tester Vespa log with Vespa log for system and staging testsjonmv2022-05-231-1/+1
* GC void comment.Henning Baldersheim2022-04-291-5/+0
* Suppress "removal" warnings for java.lang.SecurityManagergjoranv2022-04-011-0/+1
* Use a typesafe Duration instead of integer milliseondst status.Henning Baldersheim2022-02-251-5/+9
* - Use a utility method that recomputes a timeout if VESPA_TIMER_HZ deviates f...Henning Baldersheim2022-02-251-1/+5
* Run config proxy configpoller at 1/10th of default(1000hz) vespa timer freque...Henning Baldersheim2022-02-171-1/+1
* Can not use a static logger when class itself is initialized as a singleton.Henning Baldersheim2022-02-171-2/+1
* Allow control of vespa-system-timer frequency in the range [1...1000] hz with...Henning Baldersheim2022-02-171-2/+23
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-143-3/+3
* Add replacement for Guava's UncheckedTimeoutExceptionBjørn Christian Seime2022-01-141-0/+21
* Don't report 0 success on collisions if we ignore themJon Bratseth2022-01-111-1/+3
* Cleanup; No functional changesJon Bratseth2022-01-079-12/+15
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-101-0/+18
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-081-0/+4
* Fix javadocBjørn Christian Seime2021-12-071-2/+2
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-061-0/+45
* Minor: Fix variable name, minor javadoc and formatting changesHarald Musum2021-11-291-4/+9
* Update 2020 Oath copyrights.gjoranv2021-10-273-3/+3
* Round success factor to two decimalsMartin Polden2021-10-181-1/+4
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
* Update 2017 copyright notices.gjoranv2021-10-0717-17/+17
* Remove conseecutiveFailurees metric: Not neededJon Bratseth2021-06-202-31/+10
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-062-18/+30
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-042-30/+18
* Return success factorJon Bratseth2021-06-041-2/+7
* Record successFactorJon Bratseth2021-06-042-11/+22
* Turn metric consumer into a typed classJon Bratseth2021-06-031-8/+4
* Expose maintainer shutdown statusMartin Polden2021-05-261-0/+5