aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/ContainerWatchdog.java
Commit message (Collapse)AuthorAgeFilesLines
* Detect stale threads from context classloaderBjørn Christian Seime2023-05-251-3/+14
|
* Make ContainerWatchdog restartableBjørn Christian Seime2022-07-261-6/+12
|
* Detect and warn on stale threadsBjørn Christian Seime2022-07-261-2/+78
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* - Shorten grace period from 30m to 5m.Henning Baldersheim2021-09-241-13/+27
| | | | - Check to remove every second to get rid of deactivated instances sooner.
* Introduce simple container watchdogBjørn Christian Seime2018-04-161-0/+126
This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.