aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* All rpc parameters handles restart.Henning Baldersheim2024-01-151-3/+3
|
* Rpc port changes does not require a restart.Henning Baldersheim2024-01-151-1/+1
|
* Revert "Don't fill async rendering executor queue with tasks that blocks and ↵Bjørn Christian Seime2024-01-111-46/+17
| | | | prefer continue rendering in same thread"
* Don't fill async rendering executor queue with tasks that blocks and prefer ↵Bjørn Christian Seime2024-01-111-17/+46
| | | | continue rendering in same thread
* Make test fail fasterBjørn Christian Seime2024-01-041-22/+22
| | | | Add global timeout. Reduce client timeout. Recreate client on connection failure.
* Update API specBjørn Christian Seime2024-01-041-1/+3
|
* Reduce time before giving upBjørn Christian Seime2024-01-031-1/+2
|
* Disable metric reporter for tests taking manual snapshotBjørn Christian Seime2024-01-032-3/+4
| | | | Ensure that metric reporter cannot reset response counters.
* Add config to disable metric reporterBjørn Christian Seime2024-01-033-6/+11
|
* Keep stack trace no execution exceptionJon Bratseth2024-01-031-4/+2
|
* Revert "Merge pull request #29683 from ↵jonmv2023-12-171-2/+1
| | | | | | | vespa-engine/revert-29678-jonmv/reapply-zk-3.9.1" This reverts commit c8ece8b229362c7bf725e4433ef4fec86024cd29, reversing changes made to d42b67f0fe821d122548a345f27fda7f9c9c9d10.
* Revert "Jonmv/reapply zk 3.9.1"Harald Musum2023-12-161-1/+2
|
* Actually fix the test bug, instead of adding one more XDjonmv2023-12-151-1/+1
|
* Fix random test errorjonmv2023-12-151-2/+1
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+1
|
* Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
|
* Add back methods accidentally removed.Henning Baldersheim2023-11-241-0/+26
|
* Move to container core due to OSGI, keep a copy in testutil for use in ↵Henning Baldersheim2023-11-241-0/+5
| | | | tests in no OSGI modules.
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-2414-13/+44
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-2312-66/+32
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-232-3/+4
|
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-3/+0
|
* Update abi specBjørn Christian Seime2023-11-201-0/+4
|
* Extend HttpRequestBuilder with additional settersBjørn Christian Seime2023-11-171-1/+20
|
* Allow filter to set principalBjørn Christian Seime2023-11-173-1/+14
|
* Add constructors taking no argumentsBjørn Christian Seime2023-11-171-0/+2
|
* Expose remote addressBjørn Christian Seime2023-11-172-1/+5
|
* Merge pull request #29367 from vespa-engine/bjorncs/restapiBjørn Christian Seime2023-11-172-2/+30
|\ | | | | Bjorncs/restapi
| * Return 404 on missing path parameterBjørn Christian Seime2023-11-172-1/+13
| |
| * Apply exception mappers for filter executionBjørn Christian Seime2023-11-172-1/+17
| |
* | Fail immediately when `Content-Length` is presentBjørn Christian Seime2023-11-172-7/+28
|/
* Add configuration for shutdown idle timeoutBjørn Christian Seime2023-11-133-1/+10
|
* Update ↵Bjørn Christian Seime2023-11-101-1/+1
| | | | | container-core/src/main/java/com/yahoo/jdisc/http/server/jetty/ServletRequestReader.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Limit max payload size based on heap sizeBjørn Christian Seime2023-11-103-6/+27
|
* Stop subscribing to config that is staticHarald Musum2023-11-082-10/+4
| | | | | | | File acquirer will always use localhost:19090 for getting files now, remove need for subscribing to qr config. Will also remove restart log message when e.g. moving logserver to a new node
* Do not use direct buffers for ENcryption in Jettyjonmv2023-11-061-1/+1
|
* Ignore host_life metricOla Aunronning2023-10-302-2/+1
|
* Revert "Merge pull request #29152 from ↵Ola Aunronning2023-10-305-59/+94
| | | | | | | vespa-engine/revert-29137-olaa/infrastructure-metric-sets-prometheus" This reverts commit 8c7f1f8febf12a5b8468819ba9ff1ede014143d1, reversing changes made to b74e8dc450f9b14e53225775692ddd35e6ee0d5b.
* Revert "Allow filtering prometheus metrics"Ola Aunrønning2023-10-305-94/+59
|
* Allow filtering prometheus metricsOla Aunronning2023-10-275-59/+94
|
* Add overload for pretty JSONBjørn Christian Seime2023-10-261-6/+9
|
* Only report known dimension valuesMorten Tokle2023-10-233-4/+14
|
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-181-6/+6
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2023-10-181-6/+6
| |
* | No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-183-1/+9
|/
* Silly hack to close HTTP server before mbus serverjonmv2023-10-111-1/+1
|
* Non-functional changesjonmv2023-10-113-5/+4
|
* Reduce default limit for HTTP/2 concurrent streamsBjørn Christian Seime2023-10-101-1/+1
|
* Merge pull request #28851 from vespa-engine/jonmv/random-fixBjørn Christian Seime2023-10-101-1/+1
|\ | | | | Jonmv/random fix
| * Return time in correct unitjonmv2023-10-101-1/+1
| |