aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Add TODO to remove old http-server config.gjoranv2018-08-221-0/+2
|
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-231-8/+7
|\ | | | | Bratseth/java model inference
| * Model inference initial commitJon Bratseth2018-06-281-8/+7
| |
* | just exit on out of memoryArne Juul2018-07-181-2/+2
| | | | | | | | | | | | * asking java to fork 'kill -9 %p' will often fail with "os::fork_and_exec failed: Cannot allocate memory (12)" message. * instead, use a newish option (from JDK 8u92) to just exit
* | Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+1
| |
* | Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-1/+0
| |
* | Changed typoHenrik2018-07-111-1/+1
| |
* | Add GUIHandler to Configmodel and add bundle runtimeHenrik2018-07-101-0/+1
| |
* | Additional shutdown loggingOlli Virtanen2018-07-051-0/+4
| |
* | Merge pull request #6339 from vespa-engine/bjorncs/fix-authorBjørn Christian Seime2018-07-0515-15/+15
|\ \ | | | | | | Bjorncs/fix author
| * | Fix author tag for SimonBjørn Christian Seime2018-07-0511-11/+11
| | |
| * | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-054-4/+4
| | |
* | | Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-051-2/+2
|/ / | | | | | | - On JDK 9+, -1 is invalid, and 0 really means zero.
* / Close servers earlier in the shutdown processOlli Virtanen2018-07-033-5/+3
|/
* Remove duplicate dependency version properties.gjoranv2018-06-111-9/+0
| | | | - See container-dependency-versions instead.
* Merge pull request #6054 from ↵gjoranv2018-06-084-2/+160
|\ | | | | | | | | vespa-engine/ovirtanen/jdisc-garbage-collection-metrics Jdisc garbage collection metrics
| * Corrected metrics key, againOlli Virtanen2018-06-071-3/+2
| |
| * Switched to Instant/Duration for time, test case cleanupOlli Virtanen2018-06-072-30/+29
| |
| * Added GC metrics to whitelist, simplified GC metric key compositionOlli Virtanen2018-06-011-3/+2
| |
| * JVM Garbage collection metricsOlli Virtanen2018-06-014-2/+163
| |
* | Separate internal redeploys from application package changesJon Bratseth2018-06-011-5/+3
| | | | | | | | | | | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* | Run reconfigurer thread even when restartOnRedeploy is trueJon Bratseth2018-05-301-3/+7
|/
* Merge pull request #5755 from vespa-engine/bjorncs/athenz-identity-providerMorten Tokle2018-05-021-0/+3
|\ | | | | Bjorncs/athenz identity provider
| * Add initial implementation for retrieving role token/certBjørn Christian Seime2018-04-301-0/+3
| |
* | Upgrade felix from 4.4 to 4.6gjoranv2018-04-271-0/+10
|/
* Rename getDomain() -> domain() + getService() -> service()Bjørn Christian Seime2018-04-261-2/+2
|
* Export packageHarald Musum2018-04-251-0/+10
|
* Deprecate legacy SecretStore interfaceMorten Tokle2018-04-242-5/+5
|
* Rename Ckms -> SecretStoreMorten Tokle2018-04-231-1/+1
|
* Introduce simple container watchdogBjørn Christian Seime2018-04-162-6/+13
| | | | | This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.
* Remove container watchdogBjørn Christian Seime2018-04-132-15/+8
| | | | | - Remove ActiveContainerDeactivationWatchdog - Move deconstruction enforcer to ActiveContainer
* Do not start the reconfigurerThread if qrConfig.restartOnDeploy.gjoranv2018-04-111-10/+4
| | | | | + Remove code that stopped the thread after one run, as the first config generation is handled in init code.
* Declare qrConfig volatile and add a temporary log message.gjoranv2018-04-111-1/+3
|
* Add temporary info logging.gjoranv2018-04-101-2/+6
|
* Make jdisc-security-filters a pre-install requirement of jdiscBjørn Christian Seime2018-04-091-0/+1
|
* Jump out of reconfig loop if qrConfig.restartOnDeploy is true.gjoranv2018-04-051-0/+1
|
* Move static method to where it's used.gjoranv2018-04-042-23/+13
| | | | + Add TODO to clean up the unnecessary ContainerDiscApplication.
* Use System.nanoTime() as seedBjørn Christian Seime2018-03-231-1/+1
|
* Improve name of deconstructor threadBjørn Christian Seime2018-03-231-1/+1
|
* Remove comment and fix spelling errorBjørn Christian Seime2018-03-231-3/+1
|
* Fix where shutdown delay could be infinite or negativeBjørn Christian Seime2018-03-221-12/+18
| | | | | Rewrite time logic to use java.time api instead of manual number manipulation as well.
* Distinguish between different types of "components" in log outputBjørn Christian Seime2018-03-221-11/+12
| | | | Includes some comments about gotchas as well.
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-5/+0
|
* Fix log message typoJon Bratseth2018-03-011-1/+1
|
* Log before sleepingJon Bratseth2018-03-011-3/+6
|
* Clearer shutdown message and handle evilnessJon Bratseth2018-03-011-1/+5
|
* Make more effort to not die at the same timeJon Bratseth2018-03-011-1/+7
|
* Increase random die time from 3 to 10 minutesJon Bratseth2018-03-011-2/+9
| | | | | - Increase random die time from 3 to 10 minutes - Log warning if waiting to die is interrupted.
* Don't die on NoClassDefFoundErrorJon Bratseth2018-03-011-5/+5
|
* Merge pull request #5094 from vespa-engine/mortent/reapply-ckms-2Bjørn Christian Seime2018-02-2216-1228/+16
|\ | | | | refactor athenz id provider and add SIA provider