summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* 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-173-22/+60
* Flush based on characters instead of lines to keep a small predictable memory...Henning Baldersheim2021-02-171-4/+10
* Rename field 'VOID_INSTANCE' => 'NONE_INSTANCE'Bjørn Christian Seime2021-02-151-1/+1
* Use singletons for all fallback componentsBjørn Christian Seime2021-02-151-2/+7
* Provide fallback ConnectionLog instance for all container typesBjørn Christian Seime2021-02-151-3/+0
* Merge pull request #16363 from vespa-engine/gjoranv/cleanup-StateHandlerJon Bratseth2021-02-032-26/+17
|\
| * Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-032-12/+2
| * Throw if no snapshot provider is given.gjoranv2021-02-032-17/+19
| * Clean up unused MetricsPresentationConfiggjoranv2021-02-032-5/+4
* | Create FilterBackingRequestHandlerValerij Fredriksen2021-02-031-0/+31
|/
* Remove usage of org.jsonBjørn Christian Seime2021-02-028-214/+161
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-017-130/+201
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-297-201/+130
* Merge pull request #16227 from vespa-engine/gjoranv/remove-StateMetricConsumergjoranv2021-01-295-173/+25
|\
| * Remove the StateMetricConsumer class and its factory.gjoranv2021-01-262-56/+0
| * Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-261-5/+1
| * Update package-info description.gjoranv2021-01-261-7/+5
| * Remove metrics handling from the StateMonitor class.gjoranv2021-01-263-100/+10
| * Handle null dimensions without throwing NPE.gjoranv2021-01-252-7/+11
| * Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-23/+83
* | Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-282-5/+13
* | Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-282-13/+5
* | Move new config to already used packageJon Marius Venstad2021-01-272-2/+2
* | Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-272-5/+13
* | Revert "Jonmv/document protocol super config"Harald Musum2021-01-272-13/+5
* | Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-272-5/+13
|\ \
| * | Use only injected config for injected document accessJon Marius Venstad2021-01-192-4/+13
| * | Non-functional changesJon Marius Venstad2021-01-191-1/+0
* | | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-212-27/+35
| |/ |/|
* | Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-83/+23
|/
* Setup connection log if access log is enabledMorten Tokle2021-01-141-1/+3
* Track explicitly when we are initializing configJon Bratseth2020-12-162-4/+5
* Revert "Merge pull request #15739 from vespa-engine/revert-15734-bratseth/sim...Jon Bratseth2020-12-082-5/+4
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-082-4/+5
* Revert "Merge pull request #15690 from vespa-engine/revert-15686-bratseth/sim...Jon Bratseth2020-12-072-5/+4
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy impleme...Jon Bratseth2020-12-042-4/+5
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-042-5/+4
* Non-functional: Single-line @OverridesJon Bratseth2020-11-192-8/+4
* Non-functional-changes-onlyJon Bratseth2020-11-1849-197/+193
* 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
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-111-0/+201
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-111-201/+0
* Merge pull request #15129 from vespa-engine/hakonhall/use-javadoc-no-forkHåkon Hallingstad2020-11-021-4/+3
|\
| * Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-4/+3
* | Merge pull request #14805 from vespa-engine/hakonhall/take-statemonitor-snaps...Henning Baldersheim2020-10-132-56/+33
|\ \ | |/ |/|
| * Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-102-36/+27