summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* Include generation number in log message for deconstructionBjørn Christian Seime2022-01-253-4/+4
* Redesign ComponentDeconstructor to start deconstruction immediatelyBjørn Christian Seime2022-01-254-6/+8
* Rename methods to 'waitForNextGraphGeneration'Bjørn Christian Seime2022-01-253-5/+5
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-0/+12
* Delegate responsibility/timing of cleaning up old components to callerBjørn Christian Seime2022-01-253-13/+32
* Rename methods that implicitly waits for a new config generationBjørn Christian Seime2022-01-253-10/+8
* Ensure only provider shuts down the VespaDocumentAccessJon Marius Venstad2022-01-242-3/+10
* Provider is not a componentBjørn Christian Seime2022-01-211-4/+2
* Fail-fast if reconfigurer thread is interruptedBjørn Christian Seime2022-01-211-1/+6
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-1/+3
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Allow Response to populate the access log from ThreadedHttpReqHndlrgjoranv2022-01-171-1/+40
* Ensure that components configs are usedgjoranv2022-01-141-1/+15
* Inline getConfigsOptional()gjoranv2022-01-141-6/+0
* Remove package-info for empty c.y.container.servlet packagegjoranv2022-01-031-7/+0
* Put back Context class to LoggingRequestHandlergjoranv2021-12-162-9/+42
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-162-38/+44
* Add custom Inject annotation so Guice is not needed just for the annotationBjørn Christian Seime2021-12-151-2/+2
* Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-152-44/+38
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-142-38/+44
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-132-0/+18
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-102-18/+0
* Add zone info to query profile contextJon Bratseth2021-12-092-0/+18
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-034-4/+4
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-032-28/+1
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-032-1/+28
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-022-28/+1
* 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
* Comment debug println and add class comment.gjoranv2021-10-291-4/+7
* Update 2020 Oath copyrights.gjoranv2021-10-2710-10/+10
* Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
* 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