-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-18568. magic committer optional cleanup #7693
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. |
1d69cce
to
5c1a9a6
Compare
🎊 +1 overall
This message was automatically generated. |
@cnauroth Kindly request the PR review |
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.
@blcksrx , thank you for the patch. This mostly looks good. I requested a few minor changes.
@steveloughran , cc'ing you since you had commented on the JIRA earlier.
.../hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/commit/magic/MagicCommitTrackerUtils.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/committers.md
Show resolved
Hide resolved
5c1a9a6
to
b7b20ba
Compare
Signed-off-by: Hossein Torabi <[email protected]>
b7b20ba
to
53b5339
Compare
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. Thank you. I'll wait to see if Steve has any other feedback.
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Thank you very much, let's wait then |
@cnauroth Hi Chris, just checking is this PR going to merge? |
Description of PR
magic committer optional cleanup, make it up to the user to decide the magic committer cleanup committer
_magic
path or not to reduce the cleanup overhead.How was this patch tested?
It tested by checking the existing of the job commit path against this option:
the cleanup is enabled -> committer path does not exists after JobCommit
the cleanup is disabled -> committer path exists after JobCommit
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?