summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-0820-1621/+14
|
* Use constants, and add new metrics to VespaMetricSet.gjoranv2023-05-051-0/+2
|
* 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-273-13/+15
|
* 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-294-11/+10
|
* Update ABIHenning Baldersheim2023-03-291-0/+4
|
* Stay with from.Henning Baldersheim2023-03-291-5/+0
|
* Add a general cache for compound namesHenning Baldersheim2023-03-281-2/+20
|
* CompoundName.first(int n) is called multiple time from ↵Henning Baldersheim2023-03-271-8/+14
| | | | | | QueryProfileProperties methods. Precompute, as we do for rest(int n), these instead of generating temporary CompoundNames on the fly.
* 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.
| * Use enums for remaining container metrics.yngveaasheim2023-03-152-15/+44
| |
* | Move cluster controller metrics to a separate enum fileyngveaasheim2023-03-152-24/+53
|/
* Add and use percentage unitJon Bratseth2023-03-142-8/+10
|
* Avoid getting query before it is necessary.Henning Baldersheim2023-03-101-4/+4
|
* Only log slow execution on debug level.Henning Baldersheim2023-03-101-1/+1
|
* Do not create log record if not necessaryHenning Baldersheim2023-03-101-36/+34
|
* Reduce log level for janitor threads messageHarald Musum2023-03-101-1/+1
|
* Merge pull request #26377 from ↵Kristian Aune2023-03-092-14/+291
|\ | | | | | | | | vespa-engine/yngveaasheim/add-enums-for-all-storage-metrics Add enums for all storage and distributor metrics.
| * Add enums for all storage and distributor metrics.yngveaasheim2023-03-072-14/+291
| |
* | Merge pull request #26382 from vespa-engine/simplify-logicgjoranv2023-03-091-1/+1
|\ \ | | | | | | Avoid negative logic with multiple conditions.
| * | Avoid negative logic with multiple conditions.gjoranv2023-03-091-1/+1
| | |
* | | Merge pull request #26378 from vespa-engine/log-adjustmentsBjørn Christian Seime2023-03-092-3/+4
|\| | | | | | | | Log installed bundles if and only if this or prev generation have any…
| * | Log installed bundles if and only if this or prev generation have any app ↵gjoranv2023-03-092-3/+4
| | | | | | | | | | | | bundles.
* | | Log only when there actually are bundles to uninstallHarald Musum2023-03-091-1/+2
|/ /
* | Merge pull request #26368 from vespa-engine/hmusum/lower-log-level-6Henning Baldersheim2023-03-091-2/+2
|\ \ | | | | | | Log at lower level when installing bundles
| * | Log at lower level when installing bundlesHarald Musum2023-03-081-2/+2
| |/
* / Use lower log levelHarald Musum2023-03-091-1/+1
|/
* Merge pull request #26304 from ↵Ola Aunrønning2023-03-072-1/+34
|\ | | | | | | | | vespa-engine/yngveaasheim/move-metric-enum-to-better-place Separate enum for routing layer metrics
| * Separate enum for routing layer metrics.yngveaasheim2023-03-061-0/+34
| |
| * Move routing layer metric to separete placeyngveaasheim2023-03-061-1/+0
| |
* | Remove CONFIGSERVER prefix from members.yngveaasheim2023-03-071-27/+27
| |
* | Merge pull request #26314 from vespa-engine/bratseth/lastgjoranv2023-03-061-1/+2
|\ \ | | | | | | Bratseth/last
| * | Always use 'last' suffixJon Bratseth2023-03-061-1/+2
| | |
* | | Merge pull request #26315 from ↵Kristian Aune2023-03-061-1/+74
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/yngveaasheim/add-enums-for-all-searchnode-metrics Add enums for unused searchnode metrics.
| * | Add enums for unused searchnode metrics.yngveaasheim2023-03-061-1/+74
| |/