aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/ThreadedRequestHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Set jdisc handler timeout for all session handlersHarald Musum2022-06-181-1/+1
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Attach contextHenning Baldersheim2021-10-061-1/+1
* Non-functional-changes-onlyJon Bratseth2020-11-181-0/+1
* Set RequestType both waysJon Bratseth2020-10-091-2/+4
* Use OptionalJon Bratseth2020-10-071-6/+6
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-2/+18
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-011-28/+4
|\
| * Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-301-28/+4
| * Revert "Jonmv/async doc v1 implementation"Harald Musum2020-09-291-4/+28
| * Merge pull request #14554 from vespa-engine/jonmv/async-doc-v1-implementationJon Marius Venstad2020-09-291-28/+4
| |\
| | * Common metrics code and abi specJon Marius Venstad2020-09-281-5/+2
| | * Eliminate code duplication in generating metric context for requestsJon Marius Venstad2020-09-251-23/+2
* | | Change access modifier to 'public'Bjørn Christian Seime2020-09-281-2/+2
|/ /
* / Provide underlying executor through getterBjørn Christian Seime2020-09-281-0/+2
|/
* Allow error response for worker pool overload to be customized by handlerBjørn Christian Seime2020-09-211-5/+12
* Non-functionalJon Marius Venstad2020-09-141-3/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Share common metric dimensions with package-local subclassesBjørn Christian Seime2020-03-121-1/+4
* Add scheme, port and handler-name as dimensionsBjørn Christian Seime2020-02-201-0/+6
* Adding endpoint as a dimension to handled.requests and handled.latencyBjorn Meland2020-01-061-12/+12
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+4
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* add jdisc Metric wiringArne Juul2017-12-141-2/+2
* use timeElapsed methodArne Juul2017-11-131-1/+1
* add metrics for handled requestsArne Juul2017-11-131-1/+24
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Tensor generate functionsJon Bratseth2016-12-221-1/+1
* Provide method for overriding timeout for handlerHarald Musum2016-07-071-2/+12
* PublishJon Bratseth2016-06-151-0/+228