summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19452 from vespa-engine/bjorncs/jetty-async-listenerBjørn Christian Seime2021-10-078-354/+258
|\ | | | | Refactor async completion logic for read and write path [run-systemtest]
| * Ensure writer is closed while holding lockBjørn Christian Seime2021-10-071-33/+33
| | | | | | | | Handler can inject its response content if lock is not held between write and close.
| * Refactor async completion logic for read and write pathBjørn Christian Seime2021-10-078-354/+258
| | | | | | | | Ensure that failure from request read, write or async context correctly terminates request processing.
* | Update Verizon Media copyright notices.gjoranv2021-10-0781-81/+81
| |
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
| |
* | Update 2018 copyright notices.gjoranv2021-10-0734-34/+34
| |
* | Update 2017 copyright notices.gjoranv2021-10-07385-385/+385
|/
* - GC unused AsyncCompleteListener.javaHenning Baldersheim2021-10-062-60/+37
| | | | - Avoid using anonymous constructor.
* Attach contextHenning Baldersheim2021-10-063-5/+10
|
* Add mock for added newRequest method.Henning Baldersheim2021-10-053-0/+3
|
* Add option to attach a context to refer.Henning Baldersheim2021-10-051-0/+1
| | | | Introduce a lightweight debug mode.
* SimplifyHenning Baldersheim2021-10-041-20/+20
|
* Add comment about incorrect error handling.Henning Baldersheim2021-10-011-0/+4
|
* - Add deprecation warning for methods only used in tests to enable using ↵Henning Baldersheim2021-10-017-3/+12
| | | | | | | final on members. - assign the reference at the end of the constructor to avoid possibility for exceptions thrown leaving the reference hidden in the dark. - Catch Throwable instead of RuntimException to avoid some exceptions to pass.
* Make use of fallback injector a warning.Henning Baldersheim2021-10-011-1/+4
|
* Merge pull request #19383 from vespa-engine/merge-http-utils-into-vespajlibgjoranv2021-10-011-5/+0
|\ | | | | Merge http utils into vespajlib [run-systemtest]
| * Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-5/+0
| |
* | 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-305-37/+68
| | | | | | | | Change config model to only determine the scaling factors for all threadpool configuration.
* | Improve logging of Jetty configurationBjørn Christian Seime2021-09-301-6/+8
| |
* | Determine Jetty threadpool size locallyBjørn Christian Seime2021-09-301-2/+3
|/
* encode -> embedJon Bratseth2021-09-282-12/+7
|
* Merge pull request #19278 from vespa-engine/bjorncs/find-pidBjørn Christian Seime2021-09-271-11/+17
|\ | | | | Extend find-pid to accept service by name
| * DeduplicateBjørn Christian Seime2021-09-241-1/+1
| |
| * Extend find-pid to accept service by nameBjørn Christian Seime2021-09-241-11/+17
| |
* | Disable heapdumps on shutdown timeout by default.Henning Baldersheim2021-09-251-0/+6
|/
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-0/+2
|
* Add 'encode' expressionJon Bratseth2021-09-191-18/+1
|
* Provide a (non-working) encoder by defaultJon Bratseth2021-09-171-0/+48
|
* Remove JFR recording from vespa-jvm-dumperBjørn Christian Seime2021-09-161-10/+0
| | | | This is now handled as separate artifact type in service dumper.
* Don't mask exit codeBjørn Christian Seime2021-09-152-3/+2
|
* Merge pull request #19094 from vespa-engine/bjorncs/perf-service-dumpBjørn Christian Seime2021-09-143-18/+103
|\ | | | | Bjorncs/perf service dump
| * Misc code quality improvements to find-pidBjørn Christian Seime2021-09-141-6/+6
| |
| * Add find-pid scriptBjørn Christian Seime2021-09-133-18/+103
| |
* | Merge pull request #19100 from vespa-engine/bratseth/sentencepieceJo Kristian Bergum2021-09-141-0/+4
|\ \ | | | | | | Pure Java sentencepiece implementation
| * | Exclude protobufJon Bratseth2021-09-131-0/+4
| | |
* | | Merge pull request #19085 from vespa-engine/add-node-to-SystemInfo_take2Jon Bratseth2021-09-131-0/+5
|\ \ \ | |_|/ |/| | Add node to system info take2
| * | Add Node to SystemInfogjoranv2021-09-131-0/+5
| | |
* | | Use byte[] insteadValerij Fredriksen2021-09-092-16/+28
|/ /
* | Follow variable naming convention for variablesBjørn Christian Seime2021-09-081-26/+26
| |
* | Generate profiling dump using Java Flight RecorderBjørn Christian Seime2021-09-081-0/+10
| |
* | Trigger vespa-malloc to dump information to Vespa logBjørn Christian Seime2021-09-081-0/+3
|/
* Support 'X-Forwarded-Host'Bjørn Christian Seime2021-09-061-2/+9
|
* Clarify intended use for 'uriBuilder()'Bjørn Christian Seime2021-09-061-0/+5
|
* Prefer 'Host' header when constructing uri builderBjørn Christian Seime2021-09-022-15/+26
|
* Add '.txt' extension to text filesBjørn Christian Seime2021-09-011-4/+4
|
* Rename output file to 'jvm-heap-dump.hprof'Bjørn Christian Seime2021-09-011-1/+1
|
* Use 'bash' in shebangBjørn Christian Seime2021-08-301-1/+1
|