summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-3/+3
| | | | Migrate to artifact names used by 1.71+
* Start new mbus servers before stopping old onesjonmv2022-10-101-1/+7
|
* Add id() to ClusterJon Bratseth2022-10-071-1/+1
|
* Let nproc ignore OMP_NUM_THREADS and OMP_THREAD_LIMIT environment variables.Henning Baldersheim2022-09-211-1/+1
|
* use sed, not perlArne Juul2022-08-291-1/+1
|
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
|
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
|
* Merge pull request #23610 from vespa-engine/hmusum/qrserver-to-container-2Harald Musum2022-08-091-1/+1
|\ | | | | qrserver -> container, part 2 [run-systemtest]
| * qrserver -> container, part 2Harald Musum2022-08-091-1/+1
| |
* | Remove temporary fixHarald Musum2022-08-091-4/+0
|/
* Merge pull request #23540 from vespa-engine/bjorncs/stale-threads-watchdogJon Bratseth2022-07-312-1/+5
|\ | | | | Bjorncs/stale threads watchdog
| * Add metric for total number of threads in JVMBjørn Christian Seime2022-07-262-1/+5
| |
* | Convert container-disc to junit5Bjørn Christian Seime2022-07-2811-88/+107
| |
* | Do not preinstall vespa security bundles (installed by config-model)gjoranv2022-07-261-2/+0
| |
* | Move installing of servlet-api bundle to config-model.gjoranv2022-07-261-2/+0
| |
* | Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-5/+8
| |
* | Set up more bundles via config-model.gjoranv2022-07-211-14/+5
|/ | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* Remove debug log message from startup scriptHarald Musum2022-07-131-1/+0
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-07-011-5/+0
|
* Revert "Only add search/docproc/feed bundles when required"Bjørn Christian Seime2022-06-301-0/+5
| | | | This reverts commit 5c38080766861504e26b68ee65e9657f0ae40554.
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-06-291-5/+0
|
* Merge pull request #23273 from vespa-engine/bjorncs/application-status-handlerBjørn Christian Seime2022-06-294-0/+435
|\ | | | | Bjorncs/application status handler
| * Simplify and improve encapsulationBjørn Christian Seime2022-06-282-74/+49
| |
| * Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-284-0/+460
| |
* | Add cloud to SystemInfoMartin Polden2022-06-291-0/+2
|/
* Update abi specMorten Tokle2022-06-281-0/+1
|
* Expose role certificateMorten Tokle2022-06-282-0/+6
|
* Add metric 'jdisc.jvm' to report runtime version++Bjørn Christian Seime2022-06-132-1/+12
|
* Merge pull request #23006 from ↵Henning Baldersheim2022-06-091-1/+1
|\ | | | | | | | | vespa-engine/balder/do-not-enable-jvm-UseTransparentHugePages-unless-is-larger-than-2x-hugepage-size Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugep… [run-systemtest]
| * Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-1/+1
| |
* | Move servlet-api to vespa-3party-bundles and update TODOsBjørn Christian Seime2022-06-081-7/+1
| |
* | Remove jdisc_jettyBjørn Christian Seime2022-06-081-6/+0
| |
* | Package spifly and asm dependencies into container-spifly bundleBjørn Christian Seime2022-06-081-11/+5
| |
* | Embed the core Jetty bundles inside container-coreBjørn Christian Seime2022-06-081-17/+4
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove illegal_access_option in container start scriptHarald Musum2022-06-081-9/+0
| | | | Remove, not necessary when using JDK 17
* Remove config version on Vespa 8Jon Bratseth2022-06-081-2/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-4/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-34/+0
|
* Do not install Jersey bundles in jdisc.gjoranv2022-06-081-17/+3
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-4/+0
|
* Prevent that hugetlbfs(thing of the past) and THP competes.Henning Baldersheim2022-05-301-3/+0
|
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-0/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-0/+1
| | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Switch off jdisc ConsoleLogManagerv7.585.20gjoranv2022-05-101-1/+1
| | | | - vespalog is now set up before loading the application.
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-1/+0
| | | | - Remove unused InitializeLog
* Remove duplicate call to InitializeLog.init()gjoranv2022-05-101-1/+0
|
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-3/+2
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"