summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Safeguard against adding disk bundles to allowed duplicates.gjoranv2020-04-021-0/+1
| | | | | | | | | | This should not be necessary, because disk bundles should be removed by getObsoleteFileReferences (as long as they are present in both the old and new set of bundles). However, there was an incident where all the model amender's bundles were added to the set of allowed duplicates. One possible explanation is that FileReference.equals or hashCode was broken, so an improved version is added by this commit.
* Fix incorrect comment.gjoranv2020-04-011-4/+6
|
* Remove duplicate injectJon Bratseth2020-03-311-1/+0
|
* Update ABI specJon Bratseth2020-03-301-0/+1
|
* Configure initially out of rotation for config serversJon Bratseth2020-03-302-26/+67
|
* Merge pull request #12534 from ↵Bjørn Christian Seime2020-03-165-3/+81
|\ | | | | | | | | vespa-engine/bjorncs/jdisc-metric-unhandled-exception Bjorncs/jdisc metric unhandled exception
| * Update method and constant names to match new metric nameBjørn Christian Seime2020-03-133-5/+5
| |
| * Use plural ending in new metric namesBjørn Christian Seime2020-03-133-3/+3
| |
| * Add unit tests that verifies metric is propagatedBjørn Christian Seime2020-03-122-0/+62
| |
| * Introduce metric for unhandled exceptions from jdisc thread poolBjørn Christian Seime2020-03-121-2/+12
| |
| * Introduce metric for unhandled exceptions from request handlersBjørn Christian Seime2020-03-121-0/+3
| |
| * Share common metric dimensions with package-local subclassesBjørn Christian Seime2020-03-121-1/+4
| |
* | When you have a container with both feed and query, you risk that during ↵Henning Baldersheim2020-03-132-1/+8
| | | | | | | | | | | | | | | | | | warmup the throughput optimized feed pipeline will overwhelm the search pipeline during warmup. Here we add an option to enforce a soft start of the feed pipeline, by gradually increasing max number of feed threads. It might not be the perfect solution as mesages will pile up in the dynamic throttle policy, but that should have a builtin softstart already. So I think this might a good fit.
* | Update ABI specJon Bratseth2020-03-121-0/+50
| |
* | Remove SuppressWarningJon Bratseth2020-03-121-1/+0
| |
* | Zone information for containers to replace com.yahoo.config.provisionJon Bratseth2020-03-124-0/+150
| |
* | Add SystemInfoJon Bratseth2020-03-103-45/+15
|/
* Add scheme, port and handler-name as dimensionsBjørn Christian Seime2020-02-201-0/+6
|
* Simplify ResourceResponseMartin Polden2020-02-171-22/+17
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-112-2/+5
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Merge pull request #12056 from vespa-engine/balder/default-initializingHenning Baldersheim2020-02-043-13/+17
|\ | | | | Default state is 'initializing', not 'up'.
| * Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-033-13/+17
| |
* | Require all up when going up, but require all down to go down.Henning Baldersheim2020-02-035-34/+114
|/
* Add MetricsV2Handler to application containers.gjoranv2020-01-286-0/+334
|
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-285-333/+0
|
* Use the default connection manager, as there is no parallelism.gjoranv2020-01-271-1/+1
|
* Add MetricsV2Handler to application containers.gjoranv2020-01-255-0/+333
|
* Revert "Add MetricsV2Handler to application containers."Bjørn Christian Seime2020-01-245-333/+0
|
* Add MetricsV2Handler to application containers.gjoranv2020-01-245-0/+333
|
* Merge pull request #11903 from vespa-engine/mpolden/routing-control-apiMartin Polden2020-01-231-16/+6
|\ | | | | Implement /routing/v1/ API
| * Simplify MessageResponseMartin Polden2020-01-231-16/+6
| |
* | Move metrics handler utilities to new package in container-coregjoranv2020-01-235-0/+171
|/
* use abi checker on config model apiandreer2020-01-211-1/+1
| | | | | this will make any model changes obviously explicit in the change log, hopefully leading to less build breaking changes (like mine yesterday).
* Adding endpoint as a dimension to handled.requests and handled.latencyBjorn Meland2020-01-061-12/+12
|
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Remove TODO and refactor control flowBjørn Christian Seime2019-12-131-22/+18
|
* Don't print full URI to logBjørn Christian Seime2019-12-131-1/+11
| | | | The port printed is the local listen port, not the port used by client.
* Install more config definition files.Tor Egge2019-11-291-0/+2
|
* Register Jdk8Module and JavaTimeModule for default JSON mapperBjørn Christian Seime2019-11-142-1/+14
|
* Add copyright headersgjoranv2019-11-062-0/+2
|
* Do not allow duplicates for "disk bundles"gjoranv2019-11-061-14/+52
| | | | .. and don't uninstall bundles that have been re-added by the new application
* minor: move method closer to its callergjoranv2019-11-051-5/+5
|
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-058-64/+181
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Update abi specJon Marius Venstad2019-11-051-144/+1
|
* Remove erroneous @PublicApi on com.yahoo.restapiJon Marius Venstad2019-11-041-2/+0
|
* Merge pull request #11205 from ↵Henning Baldersheim2019-11-048-181/+64
|\ | | | | | | | | vespa-engine/revert-11142-gjoranv/allow-duplicate-bundles_rebased Revert "Gjoranv/allow duplicate bundles"
| * Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-048-181/+64
| |
* | Update abi-spec.json with JacksonJsonResponseBjørn Christian Seime2019-11-041-0/+15
| |
* | Add response type for JSON serialization using JacksonBjørn Christian Seime2019-11-041-0/+48
|/
* Rename retainOnly and extract helper method.gjoranv2019-10-291-7/+11
|