aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25373 from ↵Harald Musum2023-01-034-36/+97
|\ | | | | | | | | vespa-engine/hmusum/log-warning-when-deprecated-jvm-options-used Log warning when deprecated jvm options used [run-systemtest]
| * Log warning when deprecated jvm options usedHarald Musum2023-01-034-36/+97
| | | | | | | | | | Log when jvm-gc-options or allocated-memory attributes are used in node element. Deprecate and tell that these will be removed in Vespa 9
* | Merge pull request #25374 from vespa-engine/jonmv/no-metricsp-proxy-logs-to-s3Jon Marius Venstad2023-01-033-2/+17
|\ \ | | | | | | Avoid uploading metrics-proxy access logs
| * | Avoid regexJon Marius Venstad2023-01-031-1/+1
| | |
| * | Avoid uploading metrics-proxy access logsjonmv2023-01-033-2/+17
| |/
* | Merge pull request #25340 from ↵Henning Baldersheim2023-01-0354-29/+6557
|\ \ | | | | | | | | | | | | vespa-engine/arnej/add-fork-of-airlift-aircompressor-zstd add fork of airlift zstd code
| * | Remove all dependencies to io.airlift:aircompressorgjoranv2023-01-038-28/+0
| | | | | | | | | | | | - Replaced by vespa/airlift-zstd
| * | Add OWNERS and README for airlift-zstd.gjoranv2023-01-032-0/+6
| | |
| * | Include jar from new module airlift-zstdgjoranv2023-01-031-0/+1
| | |
| * | Move airlift-zstd from provided to test scope for users.gjoranv2023-01-033-1/+10
| | |
| * | Add new module to aggregator pomgjoranv2023-01-031-0/+1
| | |
| * | add fork of airlift zstd codeArne Juul2023-01-0344-3/+6542
| | |
* | | Merge pull request #25371 from ↵Valerij Fredriksen2023-01-031-1/+1
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/hakonhall/orchestratorexception-should-not-increment-unhandledexceptions OrchestratorException should not increment unhandled_exceptions
| * | OrchestratorException should not increment unhandled_exceptionsHåkon Hallingstad2023-01-031-1/+1
| | |
* | | Merge pull request #25365 from ↵Harald Musum2023-01-036-106/+61
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-unsuppported-docproc-xml-elements Remove unsupported docproc xml elements
| * | | Remove unsupported docproc xml elementsHarald Musum2023-01-036-106/+61
| |/ /
* | | Merge pull request #25370 from vespa-engine/ogronnesby/capitalise-notificationsKristian Aune2023-01-032-25/+12
|\ \ \ | |_|/ |/| | Capitalise notification messages
| * | Capitalise notification messagesØyvind Grønnesby2023-01-032-1/+6
| | |
| * | Minor tweaksØyvind Grønnesby2023-01-031-24/+6
| | |
* | | Merge pull request #25369 from vespa-engine/balder/remove-secondary-throttlingHenning Baldersheim2023-01-036-90/+14
|\ \ \ | | | | | | | | We have relied on dynamic throttling for 12 years or so.
| * | | Add removal deprecationHenning Baldersheim2023-01-031-1/+1
| | | |
| * | | We have relied on dynamic throttling for 12 years or so.Henning Baldersheim2023-01-036-89/+13
| | | | | | | | | | | | | | | | Time to let the old one go.
* | | | Merge pull request #25367 from vespa-engine/mpolden/verify-instanceJon Marius Venstad2023-01-032-1/+7
|\ \ \ \ | | | | | | | | | | Handle unknown instance in routing API
| * | | | Handle unknown instance in routing APIMartin Polden2023-01-032-1/+7
| | | | |
* | | | | Merge pull request #25366 from vespa-engine/jonmv/smarter-test-job-requirementsValerij Fredriksen2023-01-036-68/+122
|\ \ \ \ \ | |_|/ / / |/| | | | Jonmv/smarter test job requirements
| * | | | Expand test for multiple instances with complex tests and two cloudsjonmv2023-01-032-19/+72
| | | | |
| * | | | Use prerequsite tests, rather than same-instance declared or else fallbackjonmv2023-01-032-39/+19
| | | | |
| * | | | Compute prerequisite tests for a given prod deploymentjonmv2023-01-034-10/+31
| | |_|/ | |/| |
* | | | Merge pull request #25368 from ↵Henning Baldersheim2023-01-0325-81/+79
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/use-lockfree-atomic-compression-config Enable having lock free atomic<CompresssionConfig> and make its use i…
| * | | | Enable having lock free atomic<CompresssionConfig> and make its use in ↵Henning Baldersheim2023-01-0325-81/+79
|/ / / / | | | | | | | | | | | | documentstore thread safe.
* | | | Merge pull request #25364 from ↵Henning Baldersheim2023-01-036-41/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/improve-thread-safety-during-reconfig Balder/improve thread safety during reconfig
| * | | GC Unused codeHenning Baldersheim2023-01-031-18/+0
| | | |
| * | | - Remove allowvisitcaching which has been true for many years.Henning Baldersheim2023-01-035-23/+25
|/ / / | | | | | | | | | - Improve thread safety.
* | | Merge pull request #25358 from ↵v8.104.21Harald Musum2023-01-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-25352-toregge/temporarily-enable-thread-sanitizer-for-screwdriver-builds-round-4 Revert "Temporarily enable thread sanitizer for screwdriver builds (round 4)."
| * | | Revert "Temporarily enable thread sanitizer for screwdriver builds (round 4)."Tor Egge2023-01-021-2/+2
| | | |
* | | | Merge pull request #25363 from ↵Henning Baldersheim2023-01-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/stop-current-sample-task-before-updating-config Stop current task before updating config and restarting task.
| * | | | Stop current task before updating config and restarting task.Henning Baldersheim2023-01-021-1/+1
|/ / / /
* | | | Merge pull request #25362 from vespa-engine/hmusum/remove-unused-feature-flag-9Harald Musum2023-01-021-7/+0
|\ \ \ \ | | | | | | | | | | Remove unused flag
| * | | | Remove unused flagHarald Musum2023-01-021-7/+0
|/ / / /
* | | | Merge pull request #25356 from vespa-engine/hmusum/cleanup-38Henning Baldersheim2023-01-0212-96/+38
|\ \ \ \ | | | | | | | | | | Cluster controller cleanup, part 18 [run-systemtest]
| * | | | Revert unintended change of log levelHarald Musum2023-01-021-1/+1
| | | | |
| * | | | Rename and document to make waiting requests code clearerHarald Musum2023-01-021-9/+12
| | | | |
| * | | | StatusPageServerInterface has just one implementation, simplifyHarald Musum2022-12-287-41/+13
| | | | |
| * | | | Remove unused methodHarald Musum2022-12-263-16/+0
| | | | |
| * | | | Avoid having two almost equal methods, collapse into oneHarald Musum2022-12-252-21/+9
| | | | |
| * | | | Rename method and simplifyHarald Musum2022-12-251-11/+6
| | | | |
* | | | | Merge pull request #25361 from ↵Henning Baldersheim2023-01-021-11/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/use-mutex-instead-of-atomic-to-get-proper-synchronization Use mutex/condition_variable instead of atomic/sleep for synchronizat…
| * | | | | Use mutex/condition_variable instead of atomic/sleep for synchronization.Henning Baldersheim2023-01-021-11/+23
|/ / / / /
* | | | | Merge pull request #25360 from vespa-engine/olaa/remove-unused-metricBjørn Meland2023-01-021-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused config age metric
| * | | | | Remove unused config age metricOla Aunronning2023-01-021-1/+0
|/ / / / /