aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+64
|
* Less use of ContainerJon Bratseth2018-12-031-9/+10
|
* Non-functional changes onlyJon Bratseth2018-12-025-4/+7
|
* Remove unused classJon Bratseth2018-12-021-56/+0
|
* Listen to the RPC portJon Bratseth2018-12-021-8/+35
|
* Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-021-2/+29
| | | | | | | vespa-engine/revert-7836-bratseth/remove-unused-rpc-server-take-3" This reverts commit 0c39992b60e6103a85fa00362df74930a660e51c, reversing changes made to a8277a3a486f7fd174e562bf174cfa72aede9cee.
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-011-29/+2
|
* Don't use config injectionJon Bratseth2018-12-011-19/+20
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-011-4/+30
| | | | | | | vespa-engine/revert-7833-bratseth/remove-unused-rpc-server-take-2" This reverts commit ce9f57d123d835cc698adf2febe4aae47128031d, reversing changes made to c2af67b3d11da53655a0750d2e288b584c7b938c.
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-30/+4
|
* Register the container with SlobrokJon Bratseth2018-12-011-1/+27
| | | | This allows us to orchestrate restarts.
* Revert "Merge pull request #7831 from ↵Jon Bratseth2018-12-011-3/+3
| | | | | | | vespa-engine/revert-7818-bratseth/remove-unused-rpc-server" This reverts commit 0aeda846a4dd36c03f49e4504e91ee2c813bde87, reversing changes made to c0513ac34d2c438e9f97e699659855029e1f06e8.
* 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
| | |