summaryrefslogtreecommitdiffstats
path: root/container-core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Attach contextHenning Baldersheim2021-10-063-5/+10
|
* 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-014-3/+7
| | | | | | | 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
|
* 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-304-26/+50
| | | | 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-142-18/+102
|\ | | | | 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-132-18/+102
| |
* | 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-021-4/+10
|
* 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
|
* List all services if no parametersBjørn Christian Seime2021-08-271-1/+3
|
* Generate more artifacts about JVM processBjørn Christian Seime2021-08-271-1/+18
|
* Prepare script to produce multiple artifacts to output directory.Bjørn Christian Seime2021-08-271-7/+13
| | | | Rename script. Install to 'bin' instead of 'libexec'.
* Fix check for process runningBjørn Christian Seime2021-08-271-3/+2
|
* Improve validation of pidBjørn Christian Seime2021-08-271-2/+2
|
* Add helper script to generate JVM heap dumpBjørn Christian Seime2021-08-271-0/+109
|
* Use self-subscription for the document access messages bus rpc network tooJon Marius Venstad2021-08-262-6/+6
|
* Handle implicit TLS being disabledBjørn Christian Seime2021-08-171-1/+1
|
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-171-43/+52
| | | | | This reverts commit 4b5d08ebfd7456a820d6eec25704a27d56612b69, reversing changes made to fed02e0b81cedd76962da597d73462d0d23e0bf3.
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-171-52/+43
|
* Only setup HTTP/2 clear text factory if enabledBjørn Christian Seime2021-08-161-1/+3
| | | | This reverts commit d0e6cbfef4e0966bf4ee39fd12e3885bf8ff24ef.
* Deduplicate logic for setting up connection factoriesBjørn Christian Seime2021-08-161-40/+36
|
* Add connection factory for HTTP/2 over clear textBjørn Christian Seime2021-08-161-4/+15
|
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-092-21/+28
|
* Default to redirectValerij Fredriksen2021-07-291-5/+4
|