summaryrefslogtreecommitdiffstats
path: root/standalone-container/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve file distribution error messageJon Bratseth2020-01-091-1/+1
|
* Support VESPA_CONFIGSERVER_MULTITENANT and VESPA_CONFIGSERVER_HOSTEDHarald Musum2020-01-061-7/+7
|
* Remove dead codeHarald Musum2019-12-121-12/+0
|
* Support documented VESPA_CONFIGSERVER_RPC_PORT environment variableHarald Musum2019-12-111-1/+3
|
* Prepare for removing unused/unnecessary options payloadCompressionType and ↵Harald Musum2019-11-231-0/+2
| | | | numParallelTenantLoaders
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-052-1/+18
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-042-18/+1
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-282-1/+18
| | | | | | | | | - Add allowDuplicates to all Osgi classes - Uninstall bundles in Deconstructor - We no longer refresh bundles because we uninstall old bundles at a later point than the new bundles are installed. Hence, the user must version app bundles that are dependencies used by other app bundles.
* more robust container ports (second take)Arne Juul2019-09-091-5/+1
| | | | This reverts commit 093f1c566cebbb2e635f679fb8b9f88a8227cc96.
* Revert "Arnej/more robust container ports"Henning Baldersheim2019-09-091-1/+5
|
* Merge pull request #10556 from vespa-engine/arnej/more-robust-container-portsJon Bratseth2019-09-091-5/+1
|\ | | | | Arnej/more robust container ports
| * * try rewriting container port allocationArne Juul2019-09-041-5/+1
| | | | | | | | * simplify access to defaultHttpServer
* | update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|/
* Replace 'jdisc' with 'container' in standalone-conatainergjoranv2019-07-112-5/+5
|
* Always use var/jdisc_containerValerij Fredriksen2019-07-091-1/+1
|
* Support model-evaluation in ApplicationJon Bratseth2019-06-281-1/+1
|
* 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
* 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-011-2/+0
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-014-1/+12
| | | | | | | 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-014-12/+1
|
* Bind required configsJon Bratseth2018-12-014-1/+12
|
* Revert "Avoid ExitOnOutOfMemoryError"Håkon Hallingstad2018-11-201-7/+1
|
* Add VESPA_CONFIGSERVER_ZOOKEEPER_IDSValerij Fredriksen2018-11-091-0/+9
|
* 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
|
* Track internal API changeJon Bratseth2018-08-251-1/+1
|
* Add ExitOnOutOfMemoryError TODOHåkon Hallingstad2018-08-171-0/+6
|