-
Notifications
You must be signed in to change notification settings - Fork 592
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
archival: Disable housekeeping jobs on startup #18526
Conversation
When the archiver is created there is a small window of opportunity for it to run some housekeeping jobs before the manifest is synced. This commit disables the housekeeping jobs in the contstructor to avoid this.
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.
The change lgtm but might be good to add a comment to describe why we disable these here and enable later on
Given the proximity to the other failed tests, I wonder if this also fixes #17201 (comment). |
/ci-repeat 10 |
The description is in the commit message |
from the first glance it doesn't look related |
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.
Nice find
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82de-7dbf-4f13-b4f6-95a56e869581 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82de-7db2-4336-b793-87b94221c637 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82de-7db2-4cc9-8a01-163136df086f ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82de-7dc3-402e-a097-a479bc6f4133 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82e5-c45f-46dd-bc17-f24c7b231aaa ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/49242#018f82e5-c45d-4262-b3e5-625169479fa4 |
/backport v24.1.x |
/backport v23.3.x |
Oops! Something went wrong. |
Oops! Something went wrong. |
/backport v24.1.x |
/backport v23.3.x |
When the archiver is created there is a small window of opportunity for it to run some housekeeping jobs before the manifest is synced. This commit disables the housekeeping jobs in the constructor to avoid this.
Fixes #18482
Fixes #18386
Fixes #18385
Fixes #18384
Fixes #18381
Fixes #18312
Fixes #18254
Fixes #18031
Fixes #17986
Fixes #17916
Fixes #17753
Fixes #17752
Fixes #17510
Fixes #17412
Fixes #17366
Fixes #17364
Fixes #14221
Fixes #13995
Backports Required
Release Notes