br: support SdkError::ServiceError as retryable errors#19197
br: support SdkError::ServiceError as retryable errors#19197ti-chi-bot[bot] merged 2 commits intotikv:masterfrom
Conversation
|
Hi @vldmit. Thanks for your PR. I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3pointer, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Vlad Dmitriev <vldmit@gmail.com>
|
/ok-to-test |
|
In response to a cherrypick label: new pull request created to branch |
What is changed and how it works?
Add
SdkError::ServiceErrorto theis_retryable, allowing to retry S3 puts when AWS returns HTTP 503 Slow Down errors.Issue Number: Close #19196
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note