summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-043-8/+3
|
* Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
| | | | ProcessTerminator is not a set up as a component.
* Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
|
* Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
|
* Update ABI spec for ThreadpoolConfigBjørn Christian Seime2020-06-031-1/+7
|
* 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-036-220/+294
|
* Explicitly inherit summary featuresJon Bratseth2020-06-023-5/+4
|
* GC unused slow start config.Henning Baldersheim2020-05-292-8/+1
|
* 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-254-6/+68
| | | | | | | is running. If auto detected num worker threads will use number of #cores * 4, quesize will use #numWorkers * 4. No changes of the default value in this commit.
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-253-3/+3
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-253-5/+5
|
* 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-2510-10/+10
|
* 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-178-2/+9
|
* Rename BundleLoader -> BundleManagergjoranv2020-04-163-11/+10
|
* 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-162-0/+21
|
* Simplify code flow by getting obsolete file refs from one place.gjoranv2020-04-161-7/+5
|
* Add unit test and test helpers for BundleLoadergjoranv2020-04-164-0/+266
|
* 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
| | | | | .. and add implementations for file acquirer and disk bundles. - This is a step to allow unit testing of BundleLoader.
* 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
| |