summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix typo in depHarald Musum2016-10-061-1/+1
|
* Set correct versions for jersey dep jars.gjoranv2016-10-061-4/+4
|
* Only update jvm_heapsize if percentage has been setHåkon Hallingstad2016-10-051-16/+14
|
* Use jvm_heapsize for container's Java process if explicitly setHåkon Hallingstad2016-10-031-16/+15
| | | | | | | | | Also simplifies the logic a bit: - If jvm_heapsize has been set by model, use that - Otherwise, if jvm_heapSizeAsPercentageOfPhysicalMemory has been set, use that to calculate the heapsize. Takes into account that TOTAL_MEMORY_MB may have been set to override the size of the physical memory. - Otherwise, use 1536MB.
* Handle absent heapSizeAsPercentageOfPhysicalMemoryHåkon Hallingstad2016-09-281-2/+7
|
* Fix condition <100Håkon Hallingstad2016-09-281-1/+1
|
* Set 4GB as the effective total memory size when starting jdisc containersHåkon Hallingstad2016-09-271-2/+7
|
* Terminate jvm on Error during reconfigurationJon Bratseth2016-09-091-2/+5
| | | | | This avoids entering a zombie state due to a destructive reconfiguration attempt. LinkageError is exempted as that is a normal consequence of OSGi loading problems.
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-11/+0
|
* Many modules wanted to copile with 1.5 in intellij.Henning Baldersheim2016-09-051-0/+15
| | | | Here are all that complained when trying to run tests in config-model.
* Terminate vm on failed configuration in Bootstrap instead of ↵Jon Bratseth2016-09-011-9/+5
| | | | ConfiguredApplication
* Remove classes only needed by the removed Netty HTTP serverJon Bratseth2016-08-313-29/+0
|
* Whitespace changes onlyJon Bratseth2016-08-232-2/+3
|
* boolean use_jsvc should be false/true onlyArne H Juul2016-07-071-2/+2
|
* bring back jsvc modeArne H Juul2016-07-071-6/+102
| | | | | * bring back JSVC mode (aka yjava_daemon mode) as a possibility * create and use a common log_message function
* add numactl againArne H Juul2016-07-051-5/+29
| | | | | | | * compute the numactl command to wrap java with * do LD_PRELOAD via /usr/bin/env to allow wrapping * also, turn off jdisc.logger (it is very noise and was disabled earlier)
* expand tabsArne H Juul2016-07-051-48/+48
|
* Use Github username as authorBjørn Christian Seime2016-06-283-3/+3
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* add back some configurable optionsArne Juul2016-06-221-20/+98
| | | | | | | | | | * pass command-line arguments on (as jvm overrides) * configure memory from qr-start config * use extra classpath and export packages from qr-start config * use environment variables from qr-start config * take PRELOAD environment variable into account * order arguments so config id is first (to make it easier to find the right process when looking at ps output)
* Merge pull request #148 from yahoo/arnej/add-simpler-start-scriptEirik Nygaard2016-06-221-0/+81
|\ | | | | Arnej/add simpler start script
| * use VESPA_HOME not /home/yArne Juul2016-06-211-2/+2
| |
| * a much simpler script for starting the containerArne Juul2016-06-211-0/+81
| | | | | | | | | | * lots of missing features for now, this is just the minimal that could work for most simple use-cases.
* | Merge pull request #138 from yahoo/arnej/copy-sigterm-catcher-to-yoleanArne H Juul2016-06-211-1/+0
|\ \ | |/ |/| Arnej/copy sigterm catcher to yolean
| * Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | | | | | | | | | | - 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.
* | Revert "Install searchlib as a bundle"gjoranv2016-06-211-5/+3
|/