summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Copyright headerJon Bratseth2017-06-13117-119/+119
|
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-122-17/+95
| | | | Reintroduce enforced destruction of ActiveContainer - without using finalizer
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-122-27/+1
| | | | | No instances of the log message has been detected the last month, which indicates that the finalizer is not necessary.
* 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
| | | | | | 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.
* 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
| | | | This reverts commit 41a1db5c510ff536caa3740a0f6df9acf8e0cbef.
* Revert "Use ActiveContainerStatistics"Bjørn Christian Seime2017-05-302-20/+5
| | | | This reverts commit 606acc8e051d983698099f9ec1bcbfcde10a2690.
* Revert "Misc fixes to ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-25/+29
| | | | This reverts commit 70e8ea955b7a349408c92fd6b8aeeddcccc8df59.
* Revert "Remove unnecessary public access modifiers."Bjørn Christian Seime2017-05-301-11/+11
| | | | This reverts commit a125133413f41371706bd2f5ae938ef6f798480a.
* 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
| | | | | Track ActiveContainer instances through ApplicationLoader. Output ActiveContainer statistics through MetricUpdater.
* 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 ↵Henning Baldersheim2017-05-121-3/+47
| | | | | | BootstrapDaemon. If the calls does not complete in 60 seconds we dump the stack.
* 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 ↵Jon Bratseth2016-09-011-4/+14
| | | | ConfiguredApplication
* 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
| | | | | | | | * logging here will happen before we get around to setting up the logging system like we really want. Instead, just print some useful information to stdout which is clearly marked as debug output.
* use CatchSigTerm from yoleanArne Juul2016-06-211-1/+1
|
* add main() for running without jsvc.Arne Juul2016-06-163-34/+117
| | | | | * add StandaloneMain class * move common code to new Main class
* PublishJon Bratseth2016-06-15112-0/+12559