summaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Expand)AuthorAgeFilesLines
* Trigger GC more oftenBjørn Christian Seime2017-08-251-1/+1
* Merge pull request #3202 from vespa-engine/gjoranv/severe-loggjoranv2017-08-241-1/+1
|\
| * Log exception from StandaloneMain as SEVERE.gjoranv2017-08-241-1/+1
* | Perform best-effort cleanup to stop JDisc from never closing connectionBjørn Christian Seime2017-08-231-5/+23
|/
* Reduce number of false positivesBjørn Christian Seime2017-08-151-1/+2
* Triggering finalization does not guarantee that phantom references are enqueuedBjørn Christian Seime2017-07-202-2/+2
* Merge pull request #2966 from yahoo/bjorncs/activecontainer-watchdogBjørn Christian Seime2017-07-171-0/+2
|\
| * Temporarily ignore testBjørn Christian Seime2017-07-171-0/+2
* | Improve ActiveContainerDeactivationWatchdog unit testBjørn Christian Seime2017-07-172-7/+17
* | Log when scheduled tasks are triggeredBjørn Christian Seime2017-07-171-0/+3
* | Don't run jobs in parallelBjørn Christian Seime2017-07-171-1/+1
|/
* Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-172-3/+7
* Fix bug where AOP version of Guice was includedBjørn Christian Seime2017-07-111-1/+15
* Merge pull request #2901 from yahoo/bratseth/make-curatormutex-reusableJon Bratseth2017-06-291-2/+3
|\
| * Nonfunctional changes onlyJon Bratseth2017-06-281-2/+3
* | Support boot delegation to AppdynamicsJon Bratseth2017-06-274-5/+5
|/
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-1/+0
* Update copyright headersJon Bratseth2017-06-14215-213/+215
* Revert "Update copyright headers"Jon Bratseth2017-06-14215-215/+213
* Fix comment prefixJon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-14215-213/+215
* Remove carriage returnJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-13215-218/+215
* Copyright headerJon Bratseth2017-06-13215-215/+218
* Rename jdisc_logfmt to vespa-jdisc-logfmt.Tor Egge2017-06-136-11/+11
* Ignore test (#2719)Bjørn Christian Seime2017-06-121-0/+2
* Use mocked clock (#2718)Bjørn Christian Seime2017-06-121-2/+1
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-123-17/+149
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-123-102/+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-087-192/+217
* Improve error message when ActiveContainer is destructed through finalizerBjørn Christian Seime2017-06-081-1/+2
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-316-6/+238
* 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
* Revert "Add unit test for ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-78/+0
* Add missing override annotationBjørn Christian Seime2017-05-301-0/+1
* Remove unnecessary public access modifiers.gjoranv2017-05-301-11/+11
* Add unit test for ActiveContainerStatisticsBjørn Christian Seime2017-05-301-0/+78
* 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-122-3/+53
* Change timeout response code from 408 to 504Bjørn Christian Seime2017-05-103-13/+13