summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update copyright headers"Jon Bratseth2017-06-1425-25/+25
* Update copyright headersJon Bratseth2017-06-1425-25/+25
* Revert "Copyright header"Jon Bratseth2017-06-1325-25/+25
* Copyright headerJon Bratseth2017-06-1325-25/+25
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-122-17/+95
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-122-27/+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-083-42/+164
* Improve error message when ActiveContainer is destructed through finalizerBjørn Christian Seime2017-06-081-1/+2
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-313-6/+23
* Revert "Introduce class to track stale ActiveContainer instances"Bjørn Christian Seime2017-05-301-137/+0
* Revert "Use ActiveContainerStatistics"Bjørn Christian Seime2017-05-302-20/+5
* Revert "Misc fixes to ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-25/+29
* Revert "Remove unnecessary public access modifiers."Bjørn Christian Seime2017-05-301-11/+11
* Remove unnecessary public access modifiers.gjoranv2017-05-301-11/+11
* Misc fixes to ActiveContainerStatisticsBjørn Christian Seime2017-05-301-29/+25
* Use ActiveContainerStatisticsBjørn Christian Seime2017-05-292-5/+20
* Introduce class to track stale ActiveContainer instancesBjørn Christian Seime2017-05-291-0/+137
* Log when destroy() is invoked through Java finalizerBjørn Christian Seime2017-05-291-15/+15
* Catch everything and also guard stop and destroy with a watchdog.Henning Baldersheim2017-05-141-2/+13
* Be a good corporate citizen and wait for your children to finish eating.Henning Baldersheim2017-05-131-0/+1
* This adds a 60 seconds watchdog aroung the init and start calls of the Bootst...Henning Baldersheim2017-05-121-3/+47
* Nonfunctional changesJon Bratseth2016-10-171-1/+1
* Terminate vm on failed configuration in Bootstrap instead of ConfiguredApplic...Jon Bratseth2016-09-011-4/+14
* avoid sending info messages to stderrArne Juul2016-06-221-10/+11
* use CatchSigTerm from yoleanArne Juul2016-06-211-1/+1
* add main() for running without jsvc.Arne Juul2016-06-163-34/+117
* PublishJon Bratseth2016-06-1522-0/+2278