summaryrefslogtreecommitdiffstats
path: root/standalone-container/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename script-utils -> vespa-wrapperMartin Polden2023-02-061-1/+1
|
* Revert "Use default value for ZooKeeper snapsthot method for config servers"Martin Polden2023-02-011-0/+6
| | | | This reverts commit ab4cc11b4af622eb68bbff97191b3e74b6675a52.
* ensure referenced directories actually existArne Juul2023-01-041-1/+1
|
* always use new "go" version of standalone container startupArne Juul2022-12-151-1/+1
|
* test more widelyArne Juul2022-12-061-1/+1
|
* test new startup for standalone containerArne Juul2022-12-061-0/+6
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-3/+3
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-3/+3
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-3/+3
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-7/+6
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-6/+7
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-7/+6
|
* 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
* * apply new common bootstrapArne Juul2022-10-241-13/+16
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Also consider heap overrides when controlling THP for jvms.Henning Baldersheim2022-06-161-5/+2
|
* () = {}Henning Baldersheim2022-06-081-1/+1
|
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-2/+7
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-0/+1
|
* Only donload url config on containers - not config serverLester Solbakken2022-05-201-0/+1
|
* Switch off jdisc ConsoleLogManagerv7.585.20gjoranv2022-05-101-1/+1
| | | | - vespalog is now set up before loading the application.
* Merge pull request #22502 from vespa-engine/hakonhall/document-checkjavaHarald Musum2022-05-061-0/+4
|\ | | | | Document checkjava
| * Document checkjavaHåkon Hallingstad2022-05-061-0/+4
| |
* | Enable logging early, but only show errors and warnings.Henning Baldersheim2022-05-061-2/+2
|/
* Avoid the 'jdisc/' prefix used for logging during startup of ↵Henning Baldersheim2022-05-041-2/+2
| | | | | | standalone-container. Disable logging during startup of jdisc. No reason for doing this different than any other container.
* Revert "Revert "Add recommended java.security options.""Arnstein Ressem2022-04-081-0/+1
|
* Revert "Add recommended java.security options."Arnstein Ressem2022-04-081-1/+0
|
* Add recommended java.security options.Arnstein Ressem2022-04-081-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
|
* Remove add-opens for sun.security.util for standalone containers.gjoranv2021-12-071-1/+0
| | | | - Only necessary (temporarily) for tenant containers.
* Create VESPA_HOME/var/crash as a directoryHåkon Hallingstad2021-12-021-0/+6
|
* Allow reflective access to sun.security.utilBjørn Christian Seime2021-11-151-0/+1
|
* Revert "Revert "Remove JVM option that is unsupported on JDK 17""Harald Musum2021-11-011-1/+0
|
* Revert "Remove JVM option that is unsupported on JDK 17"Harald Musum2021-11-011-0/+1
|
* Remove option that is unsupported on JDK 17Harald Musum2021-10-271-1/+0
|