-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: enable cluster metadata uploads by default #15188
config: enable cluster metadata uploads by default #15188
Conversation
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f9-0a27-45b2-87d7-b716600f7657:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf2e-45b0-9a37-c893e4c39868:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f9-0a2b-42a3-9d4a-d5b1af3b6977:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf33-48a4-a19a-58b1bd2f6e8b:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f9-0a34-4a20-9e69-510c0d4bcf3e:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf38-4838-9ca6-89f6ef4496b6:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf3d-4645-aeeb-a236adb11c0a:
new failures in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f9-0a30-485e-823e-4758127b05ac:
new failures in https://buildkite.com/redpanda/redpanda/builds/41935#018c1a7e-e8c6-439c-b60e-ad9b0072df7c:
new failures in https://buildkite.com/redpanda/redpanda/builds/41935#018c1a7e-e8ce-4a86-a31d-77c9d5367986:
new failures in https://buildkite.com/redpanda/redpanda/builds/41935#018c1aa5-0e7d-47c3-807c-524629ef022d:
new failures in https://buildkite.com/redpanda/redpanda/builds/41935#018c1aa5-0e7f-4093-b23d-ef5de11ac554:
new failures in https://buildkite.com/redpanda/redpanda/builds/41981#018c1cf1-25e6-4a2d-bd01-33d11675d016:
new failures in https://buildkite.com/redpanda/redpanda/builds/41981#018c1cf1-25df-40a8-83a3-13b11951d9d5:
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf2e-45b0-9a37-c893e4c39868 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/41927#018c19f3-bf33-48a4-a19a-58b1bd2f6e8b |
Many tests expect the metadata upload loop to be off by default. This explicitly sets that.
218dc8c
to
29e7093
Compare
The read replica clusters in tests are typically started without creating a bucket for the cluster, which yields some error logs complaining about missing buckets when configuring to upload cluster metadata. So, this disables uploading cluster metadata in most of these tests. I did the same for other tests that play around with bucket configs. The upgrade test is a special beast: there isn't an easy wa to have the nnew cluster start up with a non-default config. So, I opted to create a bucket for the read replica in this case.
29e7093
to
efad83b
Compare
CI failure is #13275 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rad
Backports Required
Release Notes
Features