summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Copyright headerJon Bratseth2017-06-13117-119/+119
* 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-085-174/+181
* Improve error message when ActiveContainer is destructed through finalizerBjørn Christian Seime2017-06-081-1/+2
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-315-6/+159
* 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
* Add missing override annotationBjørn Christian Seime2017-05-301-0/+1
* 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
* Change timeout response code from 408 to 504Bjørn Christian Seime2017-05-101-1/+1
* rewrite to avoid warningArne H Juul2017-04-201-1/+6
* Shutdown renderer threads on deconstructJon Bratseth2017-03-064-11/+15
* Nonfunctional changes onlyJon Bratseth2017-02-081-1/+1
* Tensor generate functionsJon Bratseth2016-12-221-2/+2
* Nonfunctional changes onlyJon Bratseth2016-12-131-1/+1
* Nonfunctional changesJon Bratseth2016-10-171-1/+1
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-7/+8
* Terminate vm on failed configuration in Bootstrap instead of ConfiguredApplic...Jon Bratseth2016-09-011-4/+14
* Whitespace changes onlyJon Bratseth2016-08-232-6/+7
* Use Github username as authorBjørn Christian Seime2016-06-285-5/+5
* 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-15112-0/+12559