aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/test/java/com/yahoo/jdisc/core/ActiveContainerDeactivationWatchdogTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove container watchdogBjørn Christian Seime2018-04-131-159/+0
* Reduce logging of false positives in container watchdogBjørn Christian Seime2018-03-081-8/+5
* Only run gc when number of stale containers above thresholdBjørn Christian Seime2018-02-061-4/+8
* Triggering finalization does not guarantee that phantom references are enqueuedBjørn Christian Seime2017-07-201-1/+2
* Merge pull request #2966 from yahoo/bjorncs/activecontainer-watchdogBjørn Christian Seime2017-07-171-0/+2
|\
| * Temporarily ignore testBjørn Christian Seime2017-07-171-0/+2
* | Improve ActiveContainerDeactivationWatchdog unit testBjørn Christian Seime2017-07-171-7/+16
|/
* Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-171-2/+1
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
* Copyright headerJon Bratseth2017-06-131-0/+1
* Ignore test (#2719)Bjørn Christian Seime2017-06-121-0/+2
* Use mocked clock (#2718)Bjørn Christian Seime2017-06-121-2/+1
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-121-0/+54
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-081-0/+91