summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove zombie code"Håkon Hallingstad2018-12-011-3/+3
|
* Remove zombie codeJon Bratseth2018-11-291-3/+3
|
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-1/+0
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Install config model APIJon Bratseth2018-11-261-0/+1
|
* Revert "Exclude tensorflow when depending on searchlib"Henning Baldersheim2018-11-231-4/+0
|
* Merge pull request #7752 from ↵Henning Baldersheim2018-11-231-0/+4
|\ | | | | | | | | vespa-engine/hmusum/exclude-tensorflow-from-searchlib-dependency Exclude tensorflow when depending on searchlib
| * Exclude tensorflow when depending on searchlibHarald Musum2018-11-231-0/+4
| |
* | Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
|/ | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Let the fallback be the old default.Henning Baldersheim2018-10-251-1/+1
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-241-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Use G1GC as defaultBjørn Christian Seime2018-10-241-1/+1
|
* Revert "Use G1GC as default"Bjørn Christian Seime2018-10-201-1/+1
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-191-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Use G1GC as defaultBjørn Christian Seime2018-10-191-1/+1
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-0/+1
|
* Expose private key and certificate (#7217)Morten Tokle2018-10-081-0/+5
|
* Use full nameHarald Musum2018-10-031-1/+1
|
* Add copyright headerJon Bratseth2018-10-012-0/+2
|
* Use correct version for jackson-databind preinstall jar. (#7015)gjoranv2018-09-191-1/+1
|
* Merge pull request #6860 from ↵Arnstein Ressem2018-09-101-1/+1
|\ | | | | | | | | vespa-engine/revert-6724-revert-6710-hmusum/use-legacy-format-option-for-vespa-get-config Revert "Revert "Explicitly use legacy format option to vespa-get-config""
| * Revert "Revert "Explicitly use legacy format option to vespa-get-config""Harald Musum2018-09-041-1/+1
| |
* | Don't install removed def file.gjoranv2018-09-051-1/+0
| |
* | Remove config that was only used for Jersey 1.gjoranv2018-09-051-8/+0
|/
* Revert "Explicitly use legacy format option to vespa-get-config"Arnstein Ressem2018-08-291-1/+1
|
* Explicitly use legacy format option to vespa-get-configHarald Musum2018-08-291-1/+1
|
* PreinstallJon Bratseth2018-08-281-0/+1
|
* 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
| |