summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* Handle null error message.gjoranv2020-04-291-1/+1
* Let size of thread pool and Q follow number of cores on the machine where it ...Henning Baldersheim2020-04-251-6/+24
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-3/+3
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-3/+3
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-253-4/+4
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-257-7/+7
* Wait instead of calling waitFor twice when bundle is not readablegjoranv2020-04-171-16/+14
* Retry once if the acquired file bundle is not readable.gjoranv2020-04-171-1/+26
* Add copyright headersgjoranv2020-04-174-2/+5
* Rename BundleLoader -> BundleManagergjoranv2020-04-162-8/+7
* Rename parameters and methods to clarify file refs vs bundlesgjoranv2020-04-161-8/+5
* Reorder methods, no functional changes.gjoranv2020-04-161-74/+75
* Add file reference status to test.gjoranv2020-04-161-0/+6
* Simplify code flow by getting obsolete file refs from one place.gjoranv2020-04-161-7/+5
* Allow setting a custom bundle installer for non-disk bundles.gjoranv2020-04-161-3/+12
* Extract interface for a bundle installergjoranv2020-04-164-15/+83
* Safeguard against adding disk bundles to allowed duplicates.gjoranv2020-04-021-0/+1
* Fix incorrect comment.gjoranv2020-04-011-4/+6
* Remove duplicate injectJon Bratseth2020-03-311-1/+0
* Configure initially out of rotation for config serversJon Bratseth2020-03-301-4/+21
* Merge pull request #12534 from vespa-engine/bjorncs/jdisc-metric-unhandled-ex...Bjørn Christian Seime2020-03-163-3/+19
|\
| * Update method and constant names to match new metric nameBjørn Christian Seime2020-03-132-4/+4
| * Use plural ending in new metric namesBjørn Christian Seime2020-03-132-2/+2
| * 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
* | Add SystemInfoJon Bratseth2020-03-101-45/+0
|/
* Add scheme, port and handler-name as dimensionsBjørn Christian Seime2020-02-201-0/+6
* If debugging of SearchHandler is turned on, the 1k first request will have tr...Henning Baldersheim2020-02-111-2/+2
* Merge pull request #12056 from vespa-engine/balder/default-initializingHenning Baldersheim2020-02-041-11/+14
|\
| * Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-031-11/+14
* | Require all up when going up, but require all down to go down.Henning Baldersheim2020-02-033-8/+34
|/
* Add MetricsV2Handler to application containers.gjoranv2020-01-281-0/+77
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-77/+0
* Use the default connection manager, as there is no parallelism.gjoranv2020-01-271-1/+1
* Add MetricsV2Handler to application containers.gjoranv2020-01-251-0/+77
* Revert "Add MetricsV2Handler to application containers."Bjørn Christian Seime2020-01-241-77/+0
* Add MetricsV2Handler to application containers.gjoranv2020-01-241-0/+77
* Move metrics handler utilities to new package in container-coregjoranv2020-01-234-0/+146
* Adding endpoint as a dimension to handled.requests and handled.latencyBjorn Meland2020-01-061-12/+12
* 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
* Add copyright headersgjoranv2019-11-061-0/+1
* Do not allow duplicates for "disk bundles"gjoranv2019-11-061-14/+52
* minor: move method closer to its callergjoranv2019-11-051-5/+5