aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trace also when not using cachebratseth/grouping-traceJon Bratseth2024-06-061-1/+1
|
* Remove duplicate tracing of dependenciesJon Bratseth2024-06-064-16/+12
|
* Merge pull request #31455 from vespa-engine/aressem/add-cost-to-testsHenning Baldersheim2024-06-063-3/+3
|\ | | | | Add cost to some of the expensive tests under valgrind.
| * Add cost to some of the expensive tests under valgrind.Arnstein Ressem2024-06-053-3/+3
| |
* | Merge pull request #31451 from vespa-engine/renovate/prettier-3.x-lockfilev8.353.26Henning Baldersheim2024-06-051-3/+3
|\ \ | | | | | | Update dependency prettier to v3.3.1
| * | Update dependency prettier to v3.3.1renovate[bot]2024-06-051-3/+3
| | |
* | | Merge pull request #31461 from vespa-engine/bratseth/reduce-staging-sizeJon Bratseth2024-06-053-3/+3
|\ \ \ | | | | | | | | Reduce staging test size to 5%
| * | | Reduce staging test size to 5%Jon Bratseth2024-06-053-3/+3
|/ / /
* | | Merge pull request #31459 from ↵Jon Marius Venstad2024-06-052-3/+37
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/truncate-heap-size-for-hosted-app-containers Truncate app container heap size to 4 significant bits (when hosted)
| * | | Truncate app container heap size to 4 significant bits (when hosted)jonmv2024-06-052-3/+37
| | | |
* | | | Merge pull request #31460 from ↵Jon Marius Venstad2024-06-051-26/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-31457-hmusum/preprocess-and-move-atomically-take-4-fix Revert ""Preprocess application package in temp dir, then move atomically to d…""
| * | | | Revert "Revert "Revert "Preprocess application package in temp dir, then ↵Harald Musum2024-06-051-25/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move atomically to d…""" This reverts commit 05d5e101a0fd5da0db7972e7e227c6edc7ea68e5.
| * | | | Revert "Catch correct exception"Harald Musum2024-06-051-2/+1
|/ / / /
* | | | Merge pull request #31457 from ↵Harald Musum2024-06-051-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/preprocess-and-move-atomically-take-4-fix Catch correct exception
| * | | | Catch correct exceptionHarald Musum2024-06-051-1/+2
| | | | |
* | | | | Merge pull request #31458 from ↵Harald Musum2024-06-051-10/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-31453-revert-31448-hmusum/preprocess-and-move-atomically-take-4 Revert "Revert "Preprocess application package in temp dir, then move atomically to d…""
| * | | | | Revert "Revert "Preprocess application package in temp dir, then move ↵Jon Marius Venstad2024-06-051-10/+25
|/ / / / / | | | | | | | | | | | | | | | atomically to d…""
* | | | | Merge pull request #31453 from ↵Jon Marius Venstad2024-06-051-25/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-31448-hmusum/preprocess-and-move-atomically-take-4 Revert "Preprocess application package in temp dir, then move atomically to d…"
| * | | | | Revert "Preprocess application package in temp dir, then move atomically to ↵Harald Musum2024-06-051-25/+10
| |/ / / / | | | | | | | | | | | | | | | d…"
* | | | | Merge pull request #31454 from ↵Tor Egge2024-06-052-1/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/toregge/use-second-phase-rank-score-drop-limit-in-match-loop Use second phase rank score drop limit in match loop.
| * | | | Use second phase rank score drop limit in match loop.Tor Egge2024-06-052-1/+27
| | | | |
* | | | | Merge pull request #31450 from vespa-engine/disable-obrArnstein Ressem2024-06-051-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Disable updating OBR metadata, we don't use it.
| * | | | Disable updating OBR metadata, we don't use it.gjoranv2024-06-051-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #31448 from ↵Harald Musum2024-06-051-10/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/hmusum/preprocess-and-move-atomically-take-4 Preprocess application package in temp dir, then move atomically to d…
| * | | Preprocess application package in temp dir, then move atomically to destinationHarald Musum2024-06-051-10/+25
| |/ /
* | | Merge pull request #31449 from vespa-engine/bjorncs/content-in-access-logBjørn Christian Seime2024-06-051-0/+4
|\ \ \ | |/ / |/| | Implement `requestPrefixForLoggingContent()`
| * | Implement `requestPrefixForLoggingContent()`Bjørn Christian Seime2024-06-051-0/+4
|/ /
* | Merge pull request #31446 from vespa-engine/bratseth/container-ideal-memoryBjørn Meland2024-06-053-5/+5
|\ \ | |/ |/| Increase container ideal memory load to 0.9
| * Increase container ideal memory load to 0.9Jon Bratseth2024-06-053-5/+5
| | | | | | | | | | | | | | Vespa will now attempt to allocate memory to this level. If we don't allow it, all allocations will be unfulfiled, since adding more resources won't decrease used memory per container.
* | Merge pull request #31444 from vespa-engine/bratseth/test-unfulfilable-memoryMartin Polden2024-06-056-27/+47
|\ \ | |/ |/| Test that we don't rescale when container memory is unfulfiled
| * Remove printlnsJon Bratseth2024-06-051-2/+0
| |
| * Test that we don't rescale when container memory is unfulfiledJon Bratseth2024-06-057-27/+49
| |
* | Merge pull request #31441 from ↵Henning Baldersheim2024-06-054-9/+19
|\ \ | | | | | | | | | | | | vespa-engine/toregge/add-second-phase-rank-score-drop-limit-to-proton-matching-match-params Add second phase rank score drop limit to proton::matching::MatchParams.
| * | Add second phase rank score drop limit to proton::matching::MatchParams.Tor Egge2024-06-054-9/+19
| | |
* | | Merge pull request #31443 from ↵Jon Marius Venstad2024-06-051-24/+10
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-31432-hmusum/preprocess-and-move-atomically-take-3 Revert "Preprocess application package in temp dir, then move atomically to d…"
| * | | Revert "Preprocess application package in temp dir, then move atomically to ↵Harald Musum2024-06-051-24/+10
|/ / / | | | | | | | | | d…"
* | | Merge pull request #31438 from vespa-engine/bjorncs/content-in-access-logBjørn Christian Seime2024-06-0514-21/+172
|\ \ \ | | | | | | | | Bjorncs/content in access log
| * | | Make sample rate mandatory. Validate in config modelBjørn Christian Seime2024-06-052-3/+6
| | | |
| * | | Allow configuration of sampling rateBjørn Christian Seime2024-06-052-16/+34
| | | |
| * | | Fix regexBjørn Christian Seime2024-06-052-2/+2
| | | |
| * | | Control content logging through feature flagBjørn Christian Seime2024-06-055-3/+19
| | | |
| * | | Allow logging of request contentBjørn Christian Seime2024-06-059-18/+132
| | | |
* | | | Merge pull request #31440 from ↵Harald Musum2024-06-051-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/aressem/try-nice-cpp-test-and-fair-ched Try to run valgrind with --fair-sched=yes
| * | | C++ tests fails under nice.Arnstein Ressem2024-06-051-1/+1
| | | |
| * | | Try to run ctests with nice and use valgrind fair scheduling.Arnstein Ressem2024-06-052-2/+2
|/ / /
* | | Merge pull request #31439 from ↵Arnstein Ressem2024-06-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-31437-aressem/test-fewer-threads-for-valgrind Revert "Try with fewer ctest processes."
| * | | Revert "Try with fewer ctest processes."Arnstein Ressem2024-06-051-1/+1
|/ / /
* | | Merge pull request #31432 from ↵Jon Marius Venstad2024-06-051-10/+24
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/preprocess-and-move-atomically-take-3 Preprocess application package in temp dir, then move atomically to d…
| * | | Preprocess application package in temp dir, then move atomically to destinationHarald Musum2024-06-041-10/+24
| |/ /
* | | Merge pull request #31437 from ↵Arnstein Ressem2024-06-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/aressem/test-fewer-threads-for-valgrind Try with fewer ctest processes.