-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19576: Disable Purging Pending MPUs Before Directory Purge #7722
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
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
@steveloughran - Could you please review the changes ? |
cn you point to some docs about s3express and MPUs? we had lots of pain related to directories not existing but still being found in list calls, and had to make changes across the code to cope with it. Are these now superfluous? |
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.
+1 pending you declaring what the test cli was, and what you tested against. s3 express, presumably
Description of PR
Pending MPUs are aborted by default for S3 express store. This leads to job failure for use cases where the directory needs be purged before the final job commit, Hence disabling the pending MPUs purging for all types of buckets.
How was this patch tested?
Test with
us-east-1
with S3 express store bucket. The following tests were failing with and without the changeFor code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?