aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container/src/main/java/com/yahoo/container/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use default value for ZooKeeper snapsthot method for config servers"Martin Polden2023-02-011-0/+6
| | | | This reverts commit ab4cc11b4af622eb68bbff97191b3e74b6675a52.
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
|
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-0/+1
|
* Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]"""
* Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""Eirik Nygaard2022-11-041-1/+1
|
* Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]"Arnstein Ressem2022-11-041-1/+1
|
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Only donload url config on containers - not config serverLester Solbakken2022-05-201-0/+1
|
* Make application dir upper levelJon Marius Venstad2022-03-241-0/+4
|
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-2/+2
|
* Reapply "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-5/+6
| | | | [run-systemtest]""
* Follow api changeHenning Baldersheim2022-02-071-3/+3
|
* Revert "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-6/+5
| | | | [run-systemtest]"
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-5/+6
| | | | Use interrupts is a horrible mechanism as we cannot control which part of the code receives the signal.
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Make sure to set 'cloud' in configserver configHarald Musum2022-01-251-0/+5
|
* Use default value for ZooKeeper snapsthot method for config serversHarald Musum2022-01-201-6/+0
| | | | Use default value from config definition
* Make variable name camel-caseHarald Musum2022-01-111-2/+2
|
* Supprt configuring ZooKeeper snapshot methodHarald Musum2022-01-111-0/+6
|
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-151-1/+1
| | | | This reverts commit 868c29b272eb7773d5c4515cb33640a44074d05a.
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-141-1/+1
|
* Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-081-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
|
* Merge pull request #19281 from ↵Harald Musum2021-09-271-1/+1
|\ | | | | | | | | vespa-engine/bratseth/tolerate-missing-file-references Tolerate missing file references
| * Tolerate missing file referencesJon Bratseth2021-09-241-1/+1
| | | | | | | | | | | | If Vespa contains a config definition with a path, and this is set by the application, this will cause a hash file reference, which we should not attemt to resolve server side.
* | No functional changesJon Bratseth2021-09-241-0/+2
|/
* Implement addBlob for LocalFileDB too.Henning Baldersheim2021-09-091-20/+20
|
* Provide the blob name externallyHenning Baldersheim2021-08-251-2/+2
|
* Remove unused method.Henning Baldersheim2021-08-191-4/+0
|
* Add option for adding blobsHenning Baldersheim2021-06-091-5/+6
|
* Track explicitly when we are initializing configJon Bratseth2020-12-161-1/+2
|
* Revert "Merge pull request #15739 from ↵Jon Bratseth2020-12-081-3/+0
| | | | | | | vespa-engine/revert-15734-bratseth/simplify-config-take-2" This reverts commit d1e33a9420805f5d416ca55ed79497fd28f20216, reversing changes made to 10464c859ccca2596e2b841612f8ea958330e4dc.
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-081-0/+3
|
* Revert "Merge pull request #15690 from ↵Jon Bratseth2020-12-071-3/+0
| | | | | | | vespa-engine/revert-15686-bratseth/simplify-config" This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy ↵Jon Bratseth2020-12-041-0/+3
| | | | impleme…"
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-041-3/+0
|
* Remove standalone container activatorBjørn Christian Seime2020-03-091-136/+0
| | | | | The standalone container activator is no longer needed after pre-binding of server sockets was removed.
* Remove pre-binding of server socketBjørn Christian Seime2020-03-091-28/+2
| | | | | Pre-binding of server socket is remnant of the Apache commons-daemon integration which was removed long time ago. This allowed the container to start with extra privileges and downgrade after binding the server socket.
* 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-051-0/+9
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-041-9/+0
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-281-0/+9
| | | | | | | | | - 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.