aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-2/+1
|
* Remove default flavorsJon Bratseth2019-05-281-20/+0
|
* Move jvm_arguments so that it is the last argumentHarald Musum2019-05-081-1/+1
| | | | Makes i possible to override arguments in this script
* Use the new variablesValerij Fredriksen2019-03-211-5/+7
|
* Removed unused jdisc start script.gjoranv2019-02-181-101/+0
| | | | - This script depends on two other scripts in our internal repo.
* Override method for setting status handler for a config server clusterHarald Musum2019-02-141-93/+6
| | | | | | | | Need to use CloudConfigOptions to get correct values for config servers. Trying to set ModelContext properties did not work as apparently we populate a lot of the values there by default (which does not seem right) and there are users of those elsewhere, so one would need to duplicate that mess in StandaloneContainerApplication as well to make it work.
* Revert "Revert "Use VIP status file for config server (and controller) in ↵Harald Musum2019-02-141-13/+96
| | | | hosted""
* Revert "Use VIP status file for config server (and controller) in hosted"Harald Musum2019-02-141-96/+13
|
* Fixes after code reviewHarald Musum2019-02-131-11/+11
|
* Use VIP status file for config server (and controller) in hostedHarald Musum2019-02-131-13/+96
| | | | | | | | The code for setting up VIP status is already in place in config model, but depends on value of hostedVespa() in ModelContext.Properties, so have to make sure that is set for standalone container as well. Removing config override for vip status, as setting VIP in or out of rotation when not using a VIP status file is handled when bootstrapping now.
* Make ModelContext.Properties more accessible in config modelHåkon Hallingstad2019-01-251-1/+1
| | | | | | | | | | | | | | | This commit makes it easier to get the ModelContext.Properties instance in the config model. Before, one would typically have to change a bunch of code to wire through a new property (builder methods and fields, DeployProperties constructor, fields, and getters, mock classes, ...). It is made accessible through: - ModelContext.properties(), - DeployState.getProperties(), and - ConfigModelContext.properties() The Properties implementation is in the configserver module, making it easy to back properties with flags.
* Open java.base/java.iogjoranv2019-01-211-0/+1
| | | | | .. to allow com.yahoo.io.NativeIO to use reflective access on java.io.FileDescriptor.fd
* Open necessary packages to the unnamed modulegjoranv2019-01-211-1/+5
| | | | - for configserver and yet another standalone start script
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert back to original logcontrol directory for jdisc logBjørn Christian Seime2019-01-211-1/+1
|
* Remove jdisc-logfmtBjørn Christian Seime2019-01-211-1/+1
|
* Allow preprocessing based on deployment context in config serverMartin Polden2019-01-081-4/+18
|
* Add force argumentValerij Fredriksen2019-01-021-22/+13
|
* Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-024-1/+10
| | | | | | | 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-014-10/+1
|
* Don't use config injectionJon Bratseth2018-12-012-8/+0
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-015-1/+18
| | | | | | | 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-015-18/+1
|
* Bind required configsJon Bratseth2018-12-015-1/+18
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* 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.
* Revert "Avoid ExitOnOutOfMemoryError"Håkon Hallingstad2018-11-201-7/+1
|
* Remove dependency on Java from RPMsHåkon Hallingstad2018-11-191-1/+0
| | | | | It will now be implementation-defined how Java is installed, and which version is used.
* Add VESPA_CONFIGSERVER_ZOOKEEPER_IDSValerij Fredriksen2018-11-091-0/+9
|
* Add security-utils to standalone-container specBjørn Christian Seime2018-10-191-0/+1
|
* Follow API changeHenning Baldersheim2018-10-081-3/+3
|
* Revert "Revert "Balder/reduce usage of complex deploystate""Henning Baldersheim2018-10-041-1/+1
|
* Revert "Balder/reduce usage of complex deploystate"Harald Musum2018-10-041-1/+1
|
* Needs deployState after VespaModel is constructed incomplete.Henning Baldersheim2018-10-031-1/+1
|
* Temporarily disable setting hosted property for config serversHarald Musum2018-09-131-0/+3
|
* Set hosted property if container is a config serverHarald Musum2018-09-121-8/+27
|
* Fix typoHarald Musum2018-09-101-1/+1
|
* Install model-evaluation in standaloneJon Bratseth2018-08-281-0/+1
|
* Track internal API changeJon Bratseth2018-08-251-1/+1
|
* Add ExitOnOutOfMemoryError TODOHåkon Hallingstad2018-08-171-0/+6
|
* Avoid ExitOnOutOfMemoryErrorHåkon Hallingstad2018-08-161-1/+1
| | | | | | | The -XX:+ExitOnOutOfMemoryError flag was introduced in Java 8 update 92, thus not compatible with all Java 8 installations. http://www.oracle.com/technetwork/java/javase/8u92-relnotes-2949471.html
* just exit on out of memoryArne Juul2018-07-181-1/+1
| | | | | | * 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
* host-admin fails to start because container-search-gui jar is missingHarald Musum2018-07-131-0/+1
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-1/+1
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-4/+0
|
* Merge with masterJon Bratseth2018-06-0122-960/+1391
|\
| * Scala code in standalone-container converted to JavaOlli Virtanen2018-05-3122-957/+1387
| |
* | Separate internal redeploys from application package changesJon Bratseth2018-06-011-0/+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.
* Merge pull request #5878 from ↵Bjørn Christian Seime2018-05-221-0/+10
|\ | | | | | | | | vespa-engine/bjorncs/proper-athenz-identity-provider-config Bjorncs/proper athenz identity provider config
| * Add athenzDnsSuffix and ztsUrl to configserver configBjørn Christian Seime2018-05-151-0/+10
| |