summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/ActiveContainerDeactivationWatchdog.java
Commit message (Expand)AuthorAgeFilesLines
* Remove container watchdogBjørn Christian Seime2018-04-131-232/+0
* Fix bug where container watchdog stored wrong activation timeBjørn Christian Seime2018-04-121-5/+4
* Log as info when triggering GC + finalizationBjørn Christian Seime2018-04-111-1/+1
* Reduce logging of false positives in container watchdogBjørn Christian Seime2018-03-081-20/+28
* Only run gc when number of stale containers above thresholdBjørn Christian Seime2018-02-061-6/+15
* Trigger GC more oftenBjørn Christian Seime2017-08-251-1/+1
* Reduce number of false positivesBjørn Christian Seime2017-08-151-1/+2
* Triggering finalization does not guarantee that phantom references are enqueuedBjørn Christian Seime2017-07-201-1/+0
* Improve ActiveContainerDeactivationWatchdog unit testBjørn Christian Seime2017-07-171-0/+1
* Log when scheduled tasks are triggeredBjørn Christian Seime2017-07-171-0/+3
* Don't run jobs in parallelBjørn Christian Seime2017-07-171-1/+1
* Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-171-1/+6
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-121-14/+61
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-121-8/+1
* Use scheduleAtFixedRate instead of scheduleWithFixedDelayBjørn Christian Seime2017-06-091-3/+3
* Regularly trigger GC to improve accuracy of metricsBjørn Christian Seime2017-06-091-0/+13
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-081-0/+154