summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-0311-11/+11
* Make DiscFilterRequest non-abstract and deprecate JdiscFilterRequestBjørn Christian Seime2021-12-033-134/+57
* Make DiscFilterResponse concrete and remove package-private sub-classBjørn Christian Seime2021-12-033-85/+45
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-0331-1729/+32
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-0331-32/+1729
* fixup! Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-2/+0
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-0231-1727/+32
* Fix missing user principal in access logsBjørn Christian Seime2021-11-243-4/+7
* Deprecate metrics 'http.status.[401|403]'Bjørn Christian Seime2021-11-232-2/+3
* Add status code as dimension to response metricsBjørn Christian Seime2021-11-232-5/+16
* Use concurrent map for adders + simplify request=>dimensions mappingBjørn Christian Seime2021-11-232-177/+176
* Delay registration of read listener until failure wiring is completeBjørn Christian Seime2021-11-222-11/+29
* Fail response writing if unable to register listenerBjørn Christian Seime2021-11-161-2/+10
* Throw exception if a config instance is null or missing.gjoranv2021-11-092-5/+21
* Remove comment that has been invalid since code was rewritten.gjoranv2021-11-091-5/+0
* Deprecate statisticsHenning Baldersheim2021-11-081-0/+1
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+1
* Comment debug println and add class comment.gjoranv2021-10-291-4/+7
* Update 2020 Oath copyrights.gjoranv2021-10-2712-12/+12
* Update 2019 Oath copyrights.gjoranv2021-10-2713-13/+13
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-212-80/+92
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-212-92/+80
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-202-80/+92
* Whitespace onlygjoranv2021-10-181-1/+1
* Warn if the fallback injector is used for unknown classes,gjoranv2021-10-151-4/+11
* Re-introduce the resetting of component subscriber after bootstrapgjoranv2021-10-151-1/+10
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-156-135/+155
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-151-6/+18
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-146-155/+135
* Merge pull request #19544 from vespa-engine/container-config-improvementsgjoranv2021-10-146-135/+155
|\
| * Init the config generation to 1 instead of 0.gjoranv2021-10-141-1/+1
| * Rename config retriever field.gjoranv2021-10-141-7/+7
| * Allow exceptions from the config system to propagate up.gjoranv2021-10-131-9/+2
| * Simplify and improve config retrieval.gjoranv2021-10-131-34/+27
| * Improve debug logging.gjoranv2021-10-131-4/+5
| * minor: rearrange fields.gjoranv2021-10-081-1/+2
| * Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-084-14/+15
| * Simplify by taking a SubscriberFactory instead of a Function.gjoranv2021-10-082-8/+8
| * Move CloudSubscriber to separate class file.gjoranv2021-10-082-75/+101
| * Add more debug log for config generations.gjoranv2021-10-082-3/+7
| * Use correct method name in log message.gjoranv2021-10-081-1/+1
| * Improve commentgjoranv2021-10-081-1/+2
* | - Effective executor Q size is max pool size + max Q size.Henning Baldersheim2021-10-132-14/+27
* | Fail servlet output stream writer once request is finished with failureBjørn Christian Seime2021-10-112-6/+12
* | Upgrade Jetty to 9.4.44Bjørn Christian Seime2021-10-111-0/+2
* | Add toString for Node and ComponentNodeHenning Baldersheim2021-10-082-5/+14
* | Add some more information to exception messageHenning Baldersheim2021-10-081-2/+2
|/
* If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-072-3/+11
* Merge pull request #19452 from vespa-engine/bjorncs/jetty-async-listenerBjørn Christian Seime2021-10-077-352/+257
|\
| * Ensure writer is closed while holding lockBjørn Christian Seime2021-10-071-33/+33