aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* GC unused getRowBits api.Henning Baldersheim2024-02-161-3/+3
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Reapply "Bjorncs/embedder onnx gpu"Bjørn Christian Seime2023-05-091-6/+21
| | | | Updated model-integration to depend on configdefinitions instead of searchcore as OnnxModelsConfig is moved there.
* Revert "Bjorncs/embedder onnx gpu"Geir Storli2023-05-081-21/+6
|
* Add config for number of GPUs available to ONNX runtimeBjørn Christian Seime2023-05-081-6/+21
|
* Reapply "Turn off logging for containers for some classes"Arne Juul2023-03-161-12/+0
| | | | This reverts commit 8a5f333b590f5632bc1d7aafdcea12ba9d6cafa4.
* Revert "Turn off logging for containers for some classes"Harald Musum2023-03-161-0/+12
|
* Turn off logging for containers for some classesHarald Musum2023-03-151-12/+0
| | | | | | Make it possible to set logctl specs for all types of containers and set default logctl specs for some external classes code that we want to avoid in vespa log
* Allow metrics-proxy to spend more time during shutdownBjørn Christian Seime2023-02-161-9/+3
|
* split AbstractConfigProducerArne Juul2023-02-131-3/+3
|
* add logctl overrideArne Juul2022-12-081-0/+11
|
* Drop SuppressFatalErrorMessageHenning Baldersheim2022-11-281-9/+0
|
* Add a provider for cluster information.Henning Baldersheim2022-11-031-0/+1
|
* Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-071-8/+4
|
* cleanup remains of feature flagArne H Juul2022-06-231-9/+0
|
* never use "qrserver" as service nameArne H Juul2022-06-081-1/+1
|
* Enable pre-shutdown command for jdisc by defaultBjørn Christian Seime2022-02-071-3/+0
|
* Add feature flag to enable preshutdown command for jdiscBjørn Christian Seime2022-01-311-0/+14
|
* add feature flag for old "qrserver" service nameArne H Juul2022-01-181-1/+3
| | | | | * we will remove the hack that uses "qrserver" as the service name in some cases, but we need to check what the impact will be first.
* SimplifyBjørn Christian Seime2022-01-031-1/+1
|
* Add feature flag for OCSP Stapling on application container clustersBjørn Christian Seime2021-12-201-3/+18
|
* Add ZoneInfoJon Bratseth2021-10-311-0/+1
|
* Stop using XX:+UseOSErrorReporting, not supported in newer JDKsHarald Musum2021-10-271-1/+1
| | | | | Removed in JDK 16, reported to only be working on Windows as well: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8255571
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Move SystemInfoProvider from cluster to containergjoranv2021-09-091-0/+1
| | | | .. to allow node specific config.
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-0/+2
|
* Set up SessionCache on container level, for port configJon Marius Venstad2021-08-161-0/+3
|
* Remove FS4ResourcePoolBjørn Christian Seime2021-04-201-12/+0
|
* Add feature flag that can be used to disable OmitStackTraceInFastThrow JVM ↵Harald Musum2021-03-261-5/+13
| | | | option
* Remove access log feature flagsBjørn Christian Seime2021-02-081-5/+4
|
* Add feature flag for enabling jdisc connection logBjørn Christian Seime2021-01-121-4/+5
|
* Remove unnecessary checkHarald Musum2020-11-301-3/+0
|
* Generate correct zookeeper server config and fix setup of componentsHarald Musum2020-11-301-2/+0
| | | | | | | Copmonents need to created so that they will subscribe with a config id that is unique per container (since config is different for each container) Also make sure to to only generate needed ´myid´ in config for each container
* Check that parent is non-null and of correct typeHarald Musum2020-11-271-1/+5
|
* Id needs to be set for each containerHarald Musum2020-11-271-6/+16
|
* Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-061-1/+1
| | | | Control which headers are used for remote address/port in access log through config model.
* Change feature flag to no longer control the default threadpoolBjørn Christian Seime2020-09-141-21/+5
|
* Tune model by real resources not advertisedJon Bratseth2020-05-291-5/+5
|
* Revert "Merge pull request #13353 from ↵Jon Bratseth2020-05-251-5/+4
| | | | | | | vespa-engine/revert-13348-bratseth/real-resources-in-model" This reverts commit 413ea623b5033593c2f2fe9951e1a685c8ff9dfc, reversing changes made to 5c0bfb06784075ac72c7891b7dce6454d85bdff8.
* Revert "Bratseth/real resources in model"Harald Musum2020-05-231-4/+5
|
* Access resources directlyJon Bratseth2020-05-221-5/+4
|
* Let size of thread pool and Q follow number of cores on the machine where it ↵Henning Baldersheim2020-04-251-1/+17
| | | | | | | is running. If auto detected num worker threads will use number of #cores * 4, quesize will use #numWorkers * 4. No changes of the default value in this commit.
* Set availableProcessors so that we control how many cores the jvm see.Henning Baldersheim2019-10-151-1/+12
|
* Setup additional tls portMorten Tokle2019-09-031-22/+3
|
* Add connector config onceMorten Tokle2019-08-271-5/+7
|
* Move setup of hosted specific 4443 connector to new classBjørn Christian Seime2019-08-211-14/+6
|
* Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2019-08-131-0/+12
|\ | | | | | | ogronnesby/propagate-ca-in-config
| * Move FS4ResourcePool component to ApplicationContainerBjørn Christian Seime2019-08-121-0/+12
| | | | | | | | Move FS4ResourcePool to ensure that the component gets correct QrConfig.
* | Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-121-5/+14
|/
* tls config from deploy paramsMorten Tokle2019-06-241-4/+20
|