-
Notifications
You must be signed in to change notification settings - Fork 637
feat(object_store): add retry for Minio
SlowDown
and TooManyRequests
errors
#14739
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
Conversation
This reverts commit 2948982.
@@ -32,4 +32,4 @@ download_and_prepare_rw "$profile" source | |||
|
|||
################ TESTS | |||
|
|||
profile=$profile ./ci/scripts/run-backfill-tests.sh | |||
BUILDKITE=${BUILDKITE:-} profile=$profile ./ci/scripts/run-backfill-tests.sh |
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.
May I ask what this change is for?
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.
It's to parameterize the script, so it runs differently locally and in ci.
In ci: cluster configuration does not include monitoring stack.
Locally: cluster configuration includes monitoring.
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.
LGTM. Let @hzxa21 confirm.
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.
Rest LGTM
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
This should fix the backfill tests. Previously these errors are not handled in the object store. Now we simply add a retry for them.
Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.