summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/statistics
Commit message (Collapse)AuthorAgeFilesLines
* Introduce simple container watchdogBjørn Christian Seime2018-04-162-0/+22
| | | | | This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.
* Remove container watchdogBjørn Christian Seime2018-04-132-23/+0
| | | | | - Remove ActiveContainerDeactivationWatchdog - Move deconstruction enforcer to ActiveContainer
* Nonfunctional changes onlyJon Bratseth2017-10-271-0/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-082-132/+17
| | | | | | Add new watchdog class to combine monitoring and reporting of stale ActiveContainer instances. Introduce a grace period to allow deactivated containers some time to die.
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-312-0/+136