summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Deconstruct components in non-daemon threadBjørn Christian Seime2017-07-141-1/+1
| | | | | | The JVM may core dump if it is shutting down during deconstruction of a JNI component. This change will force the JVM to wait for deconstruction to finish.
* Preinstall zkfacadeJon Bratseth2017-06-301-0/+1
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+0
|
* Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-0/+1
|
* Upgrade exec-maven-plugin to 1.6.0Bjørn Christian Seime2017-06-201-1/+0
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-16/+16
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1449-49/+49
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1449-49/+49
|
* Update copyright headersJon Bratseth2017-06-1449-49/+49
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1349-51/+51
|
* Copyright headerJon Bratseth2017-06-1349-51/+51
|
* Make private and log at debug level insteadHenning Baldersheim2017-06-091-2/+2
|
* Watch and die on port change.Henning Baldersheim2017-06-091-1/+26
|
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-082-9/+9
| | | | | | 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.
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-312-8/+12
|
* Revert "Use ActiveContainerStatistics"Bjørn Christian Seime2017-05-302-12/+8
| | | | This reverts commit 606acc8e051d983698099f9ec1bcbfcde10a2690.
* Revert "Misc fixes to ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-1/+1
| | | | This reverts commit 70e8ea955b7a349408c92fd6b8aeeddcccc8df59.
* Revert "Mock ActiveContainerStatistics as its constructor is package-private"Bjørn Christian Seime2017-05-301-1/+1
| | | | This reverts commit fa682ab2d9f18204c4c9018506104f0ba3744136.
* Mock ActiveContainerStatistics as its constructor is package-privateBjørn Christian Seime2017-05-301-1/+1
|
* Misc fixes to ActiveContainerStatisticsBjørn Christian Seime2017-05-301-1/+1
|
* Use ActiveContainerStatisticsBjørn Christian Seime2017-05-292-8/+12
| | | | | Track ActiveContainer instances through ApplicationLoader. Output ActiveContainer statistics through MetricUpdater.
* Deprecate Manhattan metricsBjørn Christian Seime2017-05-161-16/+17
|
* Revert "Run extension script if exists"Bjørn Christian Seime2017-05-151-8/+0
| | | | This reverts commit 1e7efd7ddabb9fff21c9d76a2ff764bd7b740cd1.
* If you fail to shutdown your application due to references still being held,Henning Baldersheim2017-05-121-1/+1
| | | | a stacktrace might be very helpfull.
* Run extension script if existsBjørn Christian Seime2017-05-081-0/+8
|
* Fix variable nameHarald Musum2017-04-261-1/+1
|
* Revert "Revert "Revert "Revert "Catch exception thrown from ↵Harald Musum2017-04-261-2/+16
| | | | AbstractComponent.deconstruct.""""
* Revert "Revert "Revert "Catch exception thrown from ↵Harald Musum2017-04-261-16/+2
| | | | AbstractComponent.deconstruct."""
* Differentiate between Exception, Error and Throwable.Henning Baldersheim2017-04-261-5/+6
|
* Sleep a random number of seconds between 0 and 180s do avoid syncronized ↵Henning Baldersheim2017-04-261-0/+4
| | | | cluster wide OOS.
* Revert "Revert "Catch exception thrown from AbstractComponent.deconstruct.""Henning Baldersheim2017-04-261-2/+11
|
* Revert "Catch exception thrown from AbstractComponent.deconstruct."Henning Baldersheim2017-04-261-11/+2
|
* Print stacktrace for exceptions and die upon errors.gjoranv2017-04-261-3/+6
|
* Catch exception thrown from AbstractComponent.deconstruct.gjoranv2017-04-261-2/+8
| | | | - Log nested error messages.
* Log as info instead of debug.gjoranv2017-04-251-5/+3
|
* Add debug logging for AbstractComponent deconstruction.gjoranv2017-04-251-4/+11
|
* Revert "Balder/latest felix 4"gjoranv2017-04-251-16/+0
|
* Implement additional required proxy methods by felix 4.6.1 compared to 4.2.1.Henning Baldersheim2017-04-221-0/+16
|
* suppress warningArne H Juul2017-04-201-0/+2
|
* fix warningArne H Juul2017-04-201-1/+1
|
* Also change start container daemonHåkon Hallingstad2017-04-051-2/+2
|
* Nonfunctional changes onlyJon Bratseth2017-02-082-32/+29
|
* Add README.mdgjoranv2017-01-201-0/+3
| | | | VESPA-6223
* rename metrics, add open file descriptorsArne H Juul2016-11-291-1/+20
| | | | | | * renamed count metric to just "memory_mappings" * count open filedescriptors in container * add "jdisc." prefix to new jdisc metrics
* count memory mappings in containerArne H Juul2016-11-251-0/+22
|
* Upgrade jersey to 2.23.2 (latest).gjoranv2016-10-111-6/+9
|
* Upgrade Jersey to 2.18gjoranv2016-10-101-2/+2
|
* Upgrade jersey to 2.16gjoranv2016-10-071-2/+5
| | | | | - include new jersey-entity-filtering feature jar. https://jersey.java.net/documentation/latest/entity-filtering.html
* Upgrade jersey to 2.14.gjoranv2016-10-071-4/+9
|