summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * add vespa-athenz to preinstalled bundlesMorten Tokle2018-02-221-0/+1
| |
| * Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-2115-1228/+15
| | | | | | | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* | Remove JacksonJaxrsResolverHook and the BundleActivator.gjoranv2018-02-213-106/+0
|/ | | | | - Their only purpose was to ensure corresponding versions of jackson and jersey. We now only use jersey2.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-2015-15/+1228
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-2015-1228/+15
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-2015-15/+1228
|
* Merge branch 'master' into mortent/ckmsMorten Tokle2018-02-201-0/+4
|\
| * relative path to truststoreMorten Tokle2018-02-191-1/+2
| |
| * Log deconstruction progressHåkon Hallingstad2018-02-161-0/+4
| |
* | Move identity provider to athenz-identity-provider-service moduleMorten Tokle2018-02-1615-1181/+3
| |
* | Use AthenzSslContextBuilder to build ssl contextMorten Tokle2018-02-162-42/+15
| |
* | Refactor identityprovider. Add SiaIdentityProviderMorten Tokle2018-02-163-22/+15
|/
* Added athenz-tenant-cert.expiry metricValerij Fredriksen2018-02-072-7/+58
|
* Merge pull request #4806 from vespa-engine/arnej/adjust-unit-test-timoutHenning Baldersheim2018-02-021-1/+1
|\ | | | | need more time when run as part of parallel build
| * need more time when run as part of parallel buildArne Juul2018-01-301-1/+1
| |
* | Set user-agentBjørn Christian Seime2018-01-311-1/+1
|/
* Add copyright headersJon Bratseth2018-01-251-0/+1
|
* Update cert pathValerij Fredriksen2018-01-041-1/+1
|
* remove unnecessary loggingHåkon Hallingstad2017-12-231-1/+0
|
* Move initial log to right after Vespa logging has been initializedHåkon Hallingstad2017-12-231-0/+2
|
* Setup ssl context in Athenz identity providerMorten Tokle2017-12-182-0/+63
|
* Revert "Use RTMLocking"Harald Musum2017-12-121-2/+0
|
* Use RTMLockingHenning Baldersheim2017-12-121-0/+2
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add jackson-datatype-jsr310 to preinstall listBjørn Christian Seime2017-11-221-1/+2
|