summaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Reintroduce enforced destruction of ActiveContainer - without using finalizer
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-123-102/+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-087-192/+217
| | | | | | 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-316-6/+238
|
* 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.
* Revert "Add unit test for ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-78/+0
| | | | This reverts commit 3b2ab7feaa19498f876bb710e6ae41ebe6d4ad69.
* 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
| | | | | 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-122-3/+53
| | | | | | 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-103-13/+13
|
* disallow warningsArne H Juul2017-04-251-3/+5
|
* rewrite to avoid warningArne H Juul2017-04-201-1/+6
|
* fix or suppress warningsArne H Juul2017-04-208-21/+23
|
* Shutdown renderer threads on deconstructJon Bratseth2017-03-064-11/+15
|
* Nonfunctional changes onlyJon Bratseth2017-02-081-1/+1
|
* Add README.mdgjoranv2017-01-201-0/+3
| | | | VESPA-6223
* 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
|
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-046-9/+9
| | | | The former is deprecated and will be removed in "August 2016"
* Use Github username as authorBjørn Christian Seime2016-06-287-7/+7
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* 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.
* Merge pull request #131 from yahoo/bjorncs/misc-jdisc-fixesgjoranv2016-06-221-0/+2
|\ | | | | Bjorncs/misc jdisc fixes
| * Added bjorncs (and gv) as owners of all jdisc modules.Bjørn Christian Seime2016-06-221-0/+2
| |
* | Bundle vespajlib into container-disc again.gjoranv2016-06-211-8/+1
| | | | | | | | | | | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* | use CatchSigTerm from yoleanArne Juul2016-06-211-1/+1
| |
* | Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-172-3/+3
|/
* add main() for running without jsvc.Arne Juul2016-06-163-34/+117
| | | | | * add StandaloneMain class * move common code to new Main class
* Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-1/+8
| | | | - To allow using vespajlib from jdisc_core.