summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow both file and PEM configured simultaneouslyBjørn Christian Seime2023-06-161-5/+8
|
* Merge pull request #27439 from vespa-engine/olaa/remove-statusgjoranv2023-06-165-137/+16
|\ | | | | Remove status packets and unused checks
| * Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-152-48/+16
| |
| * Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-153-89/+0
| | | | | | | | service health and coredump metric gatherers
* | Misc improvementsBjørn Christian Seime2023-06-151-4/+2
| | | | | | | | | | | | | | Remove duplicate unit tests. Improve symbol names. Use `Map` to simplify code and reduce cost. Introduce constant for the number of bytes in token check hash. Improve code comments.
* | Always add access log entry to test filter requestBjørn Christian Seime2023-06-141-0/+5
| |
* | Expose certificateBjørn Christian Seime2023-06-141-8/+28
|/
* No functional changesJon Bratseth2023-06-142-4/+2
|
* Use List.ofJon Bratseth2023-06-131-2/+1
|
* Non-functional changes onlyJon Bratseth2023-06-134-12/+15
|
* Merge pull request #27350 from vespa-engine/bjorncs/jettyHenning Baldersheim2023-06-082-4/+15
|\ | | | | Add workaround for stale requests
| * Add workaround for stale requestsBjørn Christian Seime2023-06-082-4/+15
| |
* | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-087-2/+49
|\|
| * Merge pull request #27317 from vespa-engine/olaa/copy-listOla Aunrønning2023-06-071-0/+4
| |\ | | | | | | Copy metric list
| | * Add vespaVersion for host_life metricOla Aunronning2023-06-071-0/+4
| | |
| * | Get SSL connection object through endpointBjørn Christian Seime2023-06-062-2/+5
| |/
| * Add SSL bytes to connection logBjørn Christian Seime2023-05-303-2/+38
| |
| * Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
| |
| * Log more when parsing multipart deployment failsHarald Musum2023-05-251-0/+1
| |
* | Generate proxy certificate and inject in trust storeMorten Tokle2023-06-073-2/+114
|/
* Use conn hashcode for distribution insteadjonmv2023-05-151-1/+1
|
* Initiate connections uniform-randomly up to 10% before conn TTL expiryjonmv2023-05-151-1/+2
|
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-1/+11
| | | | Disable restriction only for parsers/generators which is likely to handle literals exceeding 5M
* Use metric enums more places.yngveaasheim2023-05-091-2/+3
|
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-0822-1622/+20
|
* Merge pull request #26994 from vespa-engine/jonmv/unstsable-container-graph-testJon Marius Venstad2023-05-051-2/+2
|\ | | | | Avoid race between config thread and updating file config source
| * Avoid race between config thread and updating file config sourcejonmv2023-05-051-2/+2
| |
* | Merge pull request #26984 from vespa-engine/add-component-graph-metricsgjoranv2023-05-051-0/+2
|\ \ | |/ |/| Add metrics for graph creation time and reconfig count.
| * Use constants, and add new metrics to VespaMetricSet.gjoranv2023-05-051-0/+2
| |
* | Give it some more time to complete.Henning Baldersheim2023-05-041-1/+1
|/
* Invoke graceful shutdown with using `shutdown()`Bjørn Christian Seime2023-04-271-4/+1
|
* Use timestamp from Jetty as creation time for Request/HttpRequestBjørn Christian Seime2023-04-275-16/+18
|
* Use graceful GOAWAY allowing all in-flight requests to completeBjørn Christian Seime2023-04-261-10/+12
| | | | | Original code used lastRemoteStreamId in GOAWAY frame that would cause inflight requests not yet received to be rejected.
* Honour the cache recursivelyHenning Baldersheim2023-03-301-12/+31
|
* Use CompoundName.from for handler parameters too.Henning Baldersheim2023-03-291-4/+3
|
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-296-99/+119
|
* Update ABIHenning Baldersheim2023-03-292-2/+5
|
* Stay with from.Henning Baldersheim2023-03-291-5/+0
|
* Add a general cache for compound namesHenning Baldersheim2023-03-282-3/+22
|
* CompoundName.first(int n) is called multiple time from ↵Henning Baldersheim2023-03-272-10/+25
| | | | | | QueryProfileProperties methods. Precompute, as we do for rest(int n), these instead of generating temporary CompoundNames on the fly.
* Also poll logs before closing Jetty in case of shutdown racing with log handlersBjørn Christian Seime2023-03-241-20/+28
|
* 'Connection reset' is a valid signal for failed handshakeBjørn Christian Seime2023-03-241-2/+4
|
* Revert "Disallow incremental non-exclusive container allocation"Valerij Fredriksen2023-03-222-2/+2
|
* Disallow incremental non-exclusive container allocationJon Bratseth2023-03-212-2/+2
| | | | | Disallow shared allocation of containers also when there is an existing non-exclusive host which can fit the requested node.
* Update per commentsYngve Aasheim2023-03-211-2/+2
|
* Add description to units.yngveaasheim2023-03-201-42/+32
|
* Use unit file instead of area for memory mappings.yngveaasheim2023-03-202-2/+1
|
* Prepare for documentation on units.yngveaasheim2023-03-201-4/+20
|
* Make VespaMetrics a public interface. DefaultMetrics uses suffix enum sets ↵Ola Aunronning2023-03-161-1/+1
| | | | for metric creation
* Merge pull request #26450 from ↵Kristian Aune2023-03-152-15/+44
|\ | | | | | | | | vespa-engine/yngveaasheim/add-enums-for-all-container-metrics Use enums for remaining container metrics.