summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler
Commit message (Expand)AuthorAgeFilesLines
* Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-202-7/+19
* Improve class names for the container threadpoolsBjørn Christian Seime2022-04-192-11/+12
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-0/+12
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-033-3/+3
* Update 2020 Oath copyrights.gjoranv2021-10-273-3/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-151-6/+18
* - Effective executor Q size is max pool size + max Q size.Henning Baldersheim2021-10-132-14/+27
* If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-071-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-078-8/+8
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
* Use minimum 8 threads when config contains a scale factorBjørn Christian Seime2021-09-302-8/+5
* Add constant for min queue sizeBjørn Christian Seime2021-09-301-1/+2
* Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-302-24/+42
* Make fields private finalBjørn Christian Seime2021-05-071-3/+3
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-141-74/+6
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-232-3/+2
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-5/+6
* Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+1
* Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+3
* Add proper excetion handling ensuring we are tracking pending bytes correctly.Henning Baldersheim2021-02-172-9/+19
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-172-18/+44
* Flush based on characters instead of lines to keep a small predictable memory...Henning Baldersheim2021-02-171-4/+10
* Create FilterBackingRequestHandlerValerij Fredriksen2021-02-031-0/+31
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-10/+13
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-13/+10
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-10/+13
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-5/+2
* Non-functional: Single-line @OverridesJon Bratseth2020-11-191-6/+3
* Non-functional-changes-onlyJon Bratseth2020-11-1814-60/+66
* Use a name that works better for content nodesJon Bratseth2020-11-161-1/+1
* Add in_rotation metric to containersJon Bratseth2020-11-161-1/+35
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-101-1/+1
* 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
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-213-83/+100
* Add getter for number of queued tasksBjørn Christian Seime2020-09-182-0/+3
* 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
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-072-14/+29
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-072-29/+14
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-072-14/+29
* 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
* Mak log handler wait for network IO on every flushJon Marius Venstad2020-08-311-7/+46
* Make ContainerThreadPool a proper componentBjørn Christian Seime2020-08-181-1/+5