aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-6/+0
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-0/+6
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Log on reconfigBjørn Christian Seime2017-08-251-2/+5
|
* Nonfunctional changes onlyJon Bratseth2017-08-222-2/+2
|
* Use vespa-get-configHarald Musum2017-08-161-1/+1
|
* Use full path to getvespaconfigHarald Musum2017-08-161-1/+1
|
* 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
|