summaryrefslogtreecommitdiffstats
path: root/container-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix dateJon Marius Venstad2020-06-131-4/+7
* Allow higher generatino than 9Jon Marius Venstad2020-06-121-1/+1
* Fix commentJon Marius Venstad2020-06-121-1/+1
* Remove serrJon Marius Venstad2020-06-121-1/+0
* Extract time stamp from path instead of modified timeJon Marius Venstad2020-06-121-43/+88
* Make sure GZIPOutputStream is properly closed, but without closing channelJon Marius Venstad2020-06-121-12/+7
* Remove unused methodHarald Musum2020-06-111-1/+1
* Move Zone API to separate bundleBjørn Christian Seime2020-06-104-115/+0
* Revert "Config server refactoring, part 7"Harald Musum2020-06-101-1/+1
* Update some commentsHarald Musum2020-06-091-1/+1
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-042-7/+2
* Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
* Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
* Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
* Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-034-24/+49
* Add config for keep alive timeBjørn Christian Seime2020-06-032-1/+4
* Add config for core pool sizeBjørn Christian Seime2020-06-032-4/+13
* Add config for thread pool nameBjørn Christian Seime2020-06-032-1/+4
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-035-180/+258
* Explicitly inherit summary featuresJon Bratseth2020-06-023-5/+4
* GC unused slow start config.Henning Baldersheim2020-05-291-5/+0
* 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-252-6/+32
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-252-2/+2
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-252-3/+3
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-4/+4
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-253-4/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-254-5/+5
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-259-9/+9
* 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