Skip to content
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

DM-31116: Adjust backoff criterion for S3 #556

Merged
merged 3 commits into from Aug 11, 2021
Merged

DM-31116: Adjust backoff criterion for S3 #556

merged 3 commits into from Aug 11, 2021

Conversation

timj
Copy link
Member

@timj timj commented Aug 10, 2021

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Permission and Client errors are not generally errors
that a second attempt will succeed upon. In particular NoSuchKey
is more likely to really mean that the key is not there rather
than a transient error reporting the lack of key by mistake.
Raise it as a FileNotFoundError instead.
@timj timj requested a review from ktlim August 10, 2021 23:34
@timj timj merged commit 65dbfa5 into master Aug 11, 2021
@timj timj deleted the tickets/DM-31116 branch August 11, 2021 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants