aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Preinstall javax.servlet-api to standalone-container.gjoranv2022-07-261-0/+1
| | | | | - It's currently needed by vespa-athenz, which is installed in all containers, except metrics-proxy and clustercontroller.
* Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-3/+0
|
* Set up more bundles via config-model.gjoranv2022-07-211-0/+9
| | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* Add reminder for an obvious fact that is still easy to forget.gjoranv2022-07-191-0/+1
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-07-011-0/+4
|
* Revert "Only add search/docproc/feed bundles when required"Bjørn Christian Seime2022-06-301-2/+0
| | | | This reverts commit 5c38080766861504e26b68ee65e9657f0ae40554.
* Revert "Merge pull request #23299 from vespa-engine/bjorncs/bundles"Bjørn Christian Seime2022-06-301-2/+0
| | | | | This reverts commit af26e19c98e74b3417b5c94fe4b394914ba93ac3, reversing changes made to a5fda4e93388be73987f662998518b26b13780c2.
* Specify why certain bundles are requiredBjørn Christian Seime2022-06-301-0/+2
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-06-291-0/+2
|
* 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
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* 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
|
* Merge pull request #22688 from ↵Lester Solbakken2022-05-211-0/+1
|\ | | | | | | | | vespa-engine/lesters/url-downloading-on-containers-only Only donload url config on containers - not config server
| * Only donload url config on containers - not config serverLester Solbakken2022-05-201-0/+1
| |
* | install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|/
* Switch off jdisc ConsoleLogManagerv7.585.20gjoranv2022-05-101-1/+1
| | | | - vespalog is now set up before loading the application.
* Do not install vespajlib as a bundle in standalone-container.gjoranv2022-05-081-1/+0
| | | | - Exists both on classpath and embedded in container-disc
* 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
|