aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22760 from vespa-engine/bjorncs/hide-jetty-from-publicapiBjørn Christian Seime2022-05-3110-67/+285
|\ | | | | `SslContextFactoryProvider` replacement [run-systemtest]
| * fixup! Add `SslProvider` interface as replacement for ↵Bjørn Christian Seime2022-05-311-1/+1
| | | | | | | | `SslContextFactoryProvider`
| * Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-314-58/+48
| |
| * Use default SSL context if non providedBjørn Christian Seime2022-05-302-4/+16
| |
| * Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-308-8/+224
| |
* | Merge pull request #22801 from vespa-engine/jonmv/hc5-in-metrics-handlersJon Marius Venstad2022-05-312-22/+47
|\ \ | | | | | | Use hc5 in metrics handlers
| * | Use hc5 in metrics handlersjonmv2022-05-312-22/+47
| | |
* | | Improve restart messagesJon Bratseth2022-05-311-2/+2
| | |
* | | Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-301-2/+2
|/ /
* / uncheck() all checked exceptionsValerij Fredriksen2022-05-251-2/+2
|/
* Classify failures due to client-initiated close as separate categoryBjørn Christian Seime2022-05-232-9/+33
|
* Merge pull request #22688 from ↵Lester Solbakken2022-05-211-0/+8
|\ | | | | | | | | 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/+8
| |
* | install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|/
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-181-14/+13
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-181-13/+14
|
* Merge pull request #22638 from ↵Valerij Fredriksen2022-05-181-1/+1
|\ | | | | | | | | vespa-engine/bjormel/Correct-ConnectionLog-symbolic-link Correct ConnectionLog symbolic link
| * Correct ConnectionLog symbolic linkBjørn Meland2022-05-181-1/+1
| |
* | Unify constant syntax across models and rank profilesJon Bratseth2022-05-181-14/+13
|/
* Merge pull request #22552 from ↵Bjørn Meland2022-05-123-4/+9
|\ | | | | | | | | vespa-engine/bjormel/hosted-connection-log-without-container-name Hosted: Do not use clusterId as part of filename for ConnectionLog
| * Hosted: Do not use clusterId as part of filename for ConnectionLogbjormel2022-05-113-4/+9
| |
* | Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-112-47/+40
|/ | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-112-8/+36
|
* Merge pull request #22511 from vespa-engine/bratseth/input-defaultsJon Bratseth2022-05-091-4/+3
|\ | | | | Bratseth/input defaults
| * Refactor testsJon Bratseth2022-05-051-4/+3
| |
* | Don't try to resolve from the system bundle for test frameworksgjoranv2022-05-081-12/+15
| | | | | | | | .. as they have none.
* | Use 'annotations' from jdisc_core, do not embed in container-disc.gjoranv2022-05-081-5/+6
| |
* | Allow loading classes from jdisc_core as well as container-disc.gjoranv2022-05-081-6/+28
| | | | | | | | | | - If no bundle is explicitly specified, try container-disc first, then the system bundle (jdisc_core-with-deps)
* | Set vespajlib, vespalog and defaults to scope provided.gjoranv2022-05-081-18/+20
| | | | | | | | | | | | - These artifacts are included on classpath and will be exported via jdisc_core. (vespajlib has actually been embedded in jdisc_core since 2017)
* | Destroy Jetty client after stopBjørn Christian Seime2022-05-061-0/+1
| |
* | Configure timeouts on Jetty client and add retries to access log validationBjørn Christian Seime2022-05-061-2/+15
| |
* | Misc code cleanupBjørn Christian Seime2022-05-061-13/+12
|/
* Revert "Merge pull request #22439 from ↵Jon Bratseth2022-05-051-2/+3
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-3/+2
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-031-2/+3
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* Revert "Use schema-info"Jon Bratseth2022-05-031-3/+2
|
* Merge pull request #22426 from vespa-engine/bratseth/schema-info-5Jon Bratseth2022-05-031-2/+3
|\ | | | | Use schema-info
| * Use schemsa-infoJon Bratseth2022-05-031-2/+3
| |
* | Revert "Merge pull request #22394 from ↵jonmv2022-05-032-23/+6
|/ | | | | | | vespa-engine/revert-22374-jonmv/remove-last-controller-jersey-client" This reverts commit e046ae79779261b09f85bcf4c04c906b83075775, reversing changes made to d2066c0a0c04e2aa2ada12a5c85f5eae9ff65b02.
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-022-6/+23
|
* Importsjonmv2022-05-022-2/+0
|
* Simplify shared resource setup with Memoizedjonmv2022-05-022-21/+6
|
* Use renderResponseJon Bratseth2022-04-291-3/+3
|
* Use port as observed by client when constructing URIBjørn Christian Seime2022-04-283-1/+12
|
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-253-66/+43
|\ | | | | Bratseth/inputs 2
| * Update ABI specJon Bratseth2022-04-211-1/+2
| |
| * Resolve rank profile inputsJon Bratseth2022-04-211-65/+39
| |
| * Set both profile and source info firstJon Bratseth2022-04-111-0/+2
| |
* | Replace deprecated X509Certificate.getIssuerDN -> getIssuerX500Principalgjoranv2022-04-211-1/+1
| |
* | Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-203-9/+23
| | | | | | | | | | Add the new metrics to improve observability of container threadpools. These will be included in the updated container tuning docs.