summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container
Commit message (Collapse)AuthorAgeFilesLines
* Make use of fallback injector a warning.Henning Baldersheim2021-10-011-1/+4
|
* Scale queue size for access/connection log locallyBjørn Christian Seime2021-09-302-2/+14
|
* 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
| | | | Change config model to only determine the scaling factors for all threadpool configuration.
* encode -> embedJon Bratseth2021-09-281-2/+2
|
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-0/+2
|
* Use self-subscription for the document access messages bus rpc network tooJon Marius Venstad2021-08-262-6/+6
|
* Remove Jersey related code from the container osgi layer.gjoranv2021-07-145-235/+0
|
* Remove Jersey integration from DI framework.gjoranv2021-07-143-200/+1
|
* Don't install physical bundles for test osgi frameworks.gjoranv2021-07-021-2/+5
|
* Revert "Install model evaluation via configmodel [run-systemtest]"gjoranv2021-07-021-5/+2
|
* Merge pull request #18488 from ↵gjoranv2021-07-021-2/+5
|\ | | | | | | | | vespa-engine/install-model-evalutation-via-configmodel Install model evaluation via configmodel [run-systemtest]
| * Don't install physical bundles for test osgi frameworks.gjoranv2021-07-011-2/+5
| |
* | Add metric for render latencyBjørn Christian Seime2021-07-011-0/+3
| |
* | Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-4/+4
| |
* | Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-15/+19
|/
* Demote fallback log message to FINEJon Bratseth2021-06-211-1/+1
|
* Add san dns rfc822 cert field in connection logMorten Tokle2021-06-142-1/+17
|
* Avoid RequestHandlerTestDriver connect the right responseJon Marius Venstad2021-06-091-2/+2
|
* Handle missing query start time in LoggingRequestHandlerBjørn Christian Seime2021-05-071-1/+4
|
* Make fields private finalBjørn Christian Seime2021-05-071-3/+3
|
* Use creation time from http request when availableBjørn Christian Seime2021-05-051-1/+1
|
* More lazy debug log message generationJon Marius Venstad2021-04-284-13/+14
|
* Merge pull request #17563 from vespa-engine/bjorncs/restapi-test-driverBjørn Christian Seime2021-04-231-0/+71
|\ | | | | Bjorncs/restapi test driver
| * Add builder for test HttpRequestBjørn Christian Seime2021-04-231-0/+71
| |
* | Fix javadocMorten Tokle2021-04-231-3/+3
| |
* | Provide standard mappingMorten Tokle2021-04-223-30/+72
|/
* - Use 256k buffer for connection log as it is low volume.Henning Baldersheim2021-04-164-16/+15
| | | | - Used 256k buffer accesslog, but 4m for application containers.
* Changes after reviewMorten Tokle2021-04-165-10/+43
|
* Custom acl mappingMorten Tokle2021-04-156-1/+131
|
* Merge pull request #17425 from vespa-engine/bjorncs/http2-connection-logBjørn Christian Seime2021-04-152-6/+43
|\ | | | | Track protocol layers (with versions) in connection log
| * Track protocol layers (with versions) in connection logBjørn Christian Seime2021-04-142-6/+43
| | | | | | | | Organize fields based on protocol
* | Merge pull request #17432 from vespa-engine/bjorncs/logHenning Baldersheim2021-04-141-4/+3
|\ \ | | | | | | Log components from fallback injector as info
| * | Log components from fallback injector as infoBjørn Christian Seime2021-04-141-4/+3
| |/
* / Move MaxPendingContentChannelStream to container-core and use it thorugh max ↵Jon Marius Venstad2021-04-143-75/+93
|/ | | | pending on HttpResponse
* Add java source from container-di.gjoranv2021-04-1227-0/+2815
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-0627-2815/+0
|
* Add java source from container-di.gjoranv2021-04-0227-0/+2815
|
* Jdisc access log: rename 'contentSize'=>'responseSize' + add 'requestsize'Bjørn Christian Seime2021-03-253-7/+13
|
* Remove the jdisc_http_service module.gjoranv2021-03-231-0/+1
| | | | - It has been merged into container-core.
* Add main java source from jdisc_http_service.gjoranv2021-03-2323-0/+2332
|
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-232-3/+2
|
* Add copyright headersJon Bratseth2021-03-184-0/+4
|
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-5/+6
| | | | These types are often accidentally imported, and the JDK8 replacement is typically a one-liner.
* Non-functional changes onlyJon Bratseth2021-03-041-1/+1
|
* Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+1
| | | Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+3
| | | Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* 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 ↵Henning Baldersheim2021-02-173-22/+60
| | | | | | maxpending by more than than a small byte buffer.