summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-0722-22/+22
|
* Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-302-2/+8
| | | | Change config model to only determine the scaling factors for all threadpool configuration.
* Disable heapdumps on shutdown timeout by default.Henning Baldersheim2021-09-251-0/+6
|
* Add Node to SystemInfogjoranv2021-09-131-0/+5
|
* Remove Jersey integration from DI framework.gjoranv2021-07-142-13/+0
|
* Add connector config for HTTP/2 streamsBjørn Christian Seime2021-06-031-0/+4
|
* Enable HTTP/2 by default in jdisc (assuming ALPN/TLS)Bjørn Christian Seime2021-05-211-1/+1
|
* Revert "Reduce maximum idleTimeout for a connection to 30 sec"Bjørn Meland2021-04-221-1/+1
|
* Reduce maximum idleTimeout for a connection to 30 secBjorn Meland2021-04-211-1/+1
|
* - Use 256k buffer for connection log as it is low volume.Henning Baldersheim2021-04-162-1/+7
| | | | - Used 256k buffer accesslog, but 4m for application containers.
* Add config definition from simplemetrics.gjoranv2021-04-131-0/+5
|
* Add config definitions from container-di.gjoranv2021-04-125-0/+46
|
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-121-0/+3
|
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-091-3/+0
|
* Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-0/+3
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-065-46/+0
|
* Add config definitions from container-di.gjoranv2021-04-025-0/+46
|
* Remove the jdisc_http_service module.gjoranv2021-03-231-0/+1
| | | | - It has been merged into container-core.
* Add config defs from jdisc_http_service and container-core-configgjoranv2021-03-236-0/+268
|
* Add config def from the processing module.gjoranv2021-02-171-0/+42
|
* Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-261-2/+1
|
* Use full name in config definition file namesHarald Musum2020-09-1017-0/+0
|
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-0/+25
|
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-071-25/+0
|
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-0/+25
|
* Fixed review commentsAmund Bergland Kvalsvik2020-06-291-1/+0
|
* Added configsAmund Bergland Kvalsvik2020-06-261-0/+3
|
* Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
|
* Add config for keep alive timeBjørn Christian Seime2020-06-031-0/+3
|
* Add config for core pool sizeBjørn Christian Seime2020-06-031-1/+4
|
* Add config for thread pool nameBjørn Christian Seime2020-06-031-0/+3
|
* GC unused slow start config.Henning Baldersheim2020-05-291-5/+0
|
* Let size of thread pool and Q follow number of cores on the machine where it ↵Henning Baldersheim2020-04-251-0/+8
| | | | | | | 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.
* When you have a container with both feed and query, you risk that during ↵Henning Baldersheim2020-03-131-0/+5
| | | | | | | | | warmup the throughput optimized feed pipeline will overwhelm the search pipeline during warmup. Here we add an option to enforce a soft start of the feed pipeline, by gradually increasing max number of feed threads. It might not be the perfect solution as mesages will pile up in the dynamic throttle policy, but that should have a builtin softstart already. So I think this might a good fit.
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-0/+3
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-031-1/+1
|
* Add MetricsV2Handler to application containers.gjoranv2020-01-281-0/+6
|
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-6/+0
|
* Add MetricsV2Handler to application containers.gjoranv2020-01-251-0/+6
|
* Revert "Add MetricsV2Handler to application containers."Bjørn Christian Seime2020-01-241-6/+0
|
* Add MetricsV2Handler to application containers.gjoranv2020-01-241-0/+6
|
* Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-7/+0
|
* Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-0/+7
|
* Remove some more complicated unused code.Henning Baldersheim2019-09-231-7/+0
|
* Make LogHandler configurableValerij Fredriksen2019-03-061-0/+9
|
* Remove initiallyInRotation=false option: Not usedJon Bratseth2019-02-221-1/+1
|
* Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-211-2/+1
| | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-211-1/+2
|