summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Log on self-subscroption and fix copyright hreadersJon Marius Venstad2020-09-252-0/+2
|
* Move injectable lazy document access to top level and rename to ↵Jon Marius Venstad2020-09-252-93/+105
| | | | VespaDocumentAccess
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-251-8/+14
|
* Let the injectable lazy document access be specifically injectedJon Marius Venstad2020-09-251-8/+8
|
* Non-functional changesJon Marius Venstad2020-09-252-5/+3
|
* Use SlimeJsonResponseValerij Fredriksen2020-09-241-1/+5
|
* Add metrics for the threadpool's work queueBjørn Christian Seime2020-09-223-5/+10
|
* Set name of metric reporter threadBjørn Christian Seime2020-09-221-2/+3
|
* Move laziness down to avoid initialising MessageBusDocumentAccess unless _used_Jon Marius Venstad2020-09-211-21/+88
|
* Less defensive shutdownJon Marius Venstad2020-09-211-7/+6
|
* Revert "Revert "Jonmv/async document v1""Jon Marius Venstad2020-09-212-0/+60
| | | | This reverts commit 7b03effca945dea607ed7a3c3debebda303992ab.
* fixup! Allow error response for worker pool overload to be customized by handlerBjørn Christian Seime2020-09-211-1/+1
|
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-215-98/+112
|
* Allow error response for worker pool overload to be customized by handlerBjørn Christian Seime2020-09-212-6/+14
|
* Merge pull request #14451 from vespa-engine/bjorncs/feed-handler-cleanupBjørn Christian Seime2020-09-212-0/+3
|\ | | | | Bjorncs/feed handler cleanup
| * Add getter for number of queued tasksBjørn Christian Seime2020-09-182-0/+3
| |
* | Revert "Jonmv/async document v1"Arnstein Ressem2020-09-212-60/+0
| |
* | Provide a MessageBugDocumentAccess lazily, in containersJon Marius Venstad2020-09-212-0/+60
| |
* | Emit the application config generation as a metricJon Bratseth2020-09-201-19/+21
| |
* | Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-182-5/+6
|\ \ | |/ |/| Jonmv/async document v1
| * Non-functionalJon Marius Venstad2020-09-142-5/+6
| |
* | No functional changesJon Bratseth2020-09-181-2/+2
| |
* | Merge pull request #14393 from vespa-engine/bratseth/request-type-testJon Bratseth2020-09-152-5/+2
|\ \ | | | | | | Test request statistics
| * | Propagate requestType through jdisc core responseJon Bratseth2020-09-142-5/+2
| |/
* / Add ContainerThreadPool component for unit testsBjørn Christian Seime2020-09-141-2/+13
|/
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-1020-17/+1
|
* Skip files with mtime before oldest entry asked forJon Marius Venstad2020-09-081-1/+2
|
* Flush log stream every 64k lines as wellJon Marius Venstad2020-09-081-0/+3
|
* Install config definition on configserverBjørn Christian Seime2020-09-071-0/+1
|
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-074-19/+60
|
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-074-60/+19
|
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-074-19/+60
|
* Merge pull request #14257 from vespa-engine/bratseth/explicit-request-typeJon Bratseth2020-09-043-13/+21
|\ | | | | Allow setting a request type explicitly
| * Allow setting a request type explicitlyJon Bratseth2020-09-023-13/+21
| | | | | | | | | | | | This lets handler authors control the requestType explicitly by setting it on the HttpResponse, which is useful to avoid misclassification of POST requests to reading handlers as writes.
* | Assume file may have been zipped or deleted since listedJon Marius Venstad2020-09-021-1/+13
|/
* Revert "Add missing implementation of 'Executor' interface"Harald Musum2020-09-011-2/+1
|
* Add missing implementation of 'Executor' interfaceBjørn Christian Seime2020-09-011-1/+2
|
* Update ABI specJon Marius Venstad2020-08-311-1/+2
|
* Mak log handler wait for network IO on every flushJon Marius Venstad2020-08-312-17/+58
|
* Avoid code duplication and make more clear that close is simply flushJon Marius Venstad2020-08-311-5/+1
|
* Merge pull request #14208 from vespa-engine/bratseth/drainHenning Baldersheim2020-08-311-14/+4
|\ | | | | Bratseth/drain
| * Time out connections on the IOThread levelJon Bratseth2020-08-281-14/+4
| | | | | | | | | | | | | | Time out connections on the IOThread level instead of leaving this to Apache. Keep old connections alive for a while after timeout and keep polling them such that, if the old connection hits a different real behind a VIP than the new connection we'll still get the replies.
* | Do not create an extra OsgiImpl instance.gjoranv2020-08-281-3/+2
| | | | | | | | - This simplification became possible after a previous refactoring
* | Make ContainerThreadPool a proper componentBjørn Christian Seime2020-08-181-1/+5
|/
* Flush output from log handler more oftenJon Marius Venstad2020-08-051-24/+20
|
* Add flags for controlling threads for feeding.Henning Baldersheim2020-08-041-1/+3
|
* Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-041-3/+1
|
* Merge branch 'master' into bjorncs/container-thread-poolHenning Baldersheim2020-08-0421-360/+411
|\
| * Support fetching logs from specific nodeOla Aunrønning2020-07-234-19/+36
| |