-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17833. Improve Magic Committer performance #3289
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
Merged
steveloughran
merged 23 commits into
apache:trunk
from
steveloughran:s3/HADOOP-17833-magic-committer-performance
Jun 17, 2022
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
febb742
HADOOP-17833. Improve Magic Committer performance
steveloughran 2927ad7
HADOOP-17833. test and document fs.s3a.create.performance
steveloughran a8053f6
HADOOP-17833. mkdir optimisation
steveloughran 3050891
HADOOP-17833. Reports saved to dir fs.s3a.committer.summary.report.di…
steveloughran 2d6620c
HADOOP-17833. Tuning commit performance
steveloughran f32a0e0
HADOOP-17833. collecting stats on time to load pending files in task …
steveloughran a4ad836
HADOOP-17833. javadoc/signature tweak; minor
steveloughran da62fbb
HADOOP-17833. createNonRecursive uses builder; integrated path.
steveloughran 26438e3
HADOOP-17833. createNonRecursive uses builder
steveloughran caa38a4
HADOOP-17833. fix double counting of put statistic
steveloughran 86a61e8
HADOOP-17833. tuning
steveloughran 6caff66
HADOOP-17833. restricting use of mapreduce imports
steveloughran 72181c9
HADOOP-17833. address outstanding nits I'd noted myself
steveloughran 7ac8fed
HADOOP-17584. s3a magic committer may commit more data
steveloughran 58676bb
HADOOP-17833. round out createFile() with header options
steveloughran 3c079e8
HADOOP-17833. yetus and mukund's feedback
steveloughran 5dcb72b
HADOOP-17833. clarify how inconsistencies surface
steveloughran 2c5f5a1
HADOOP-17833. improve documentation text
steveloughran 69eedd9
HADOOP-17833. Rebase and add provisional awareness of storage class
steveloughran c44f869
HADOOP-17833. yetus complaints
steveloughran 3b5f939
HADOOP-17833. mukund's comments
steveloughran 549c946
HADOOP-17833. unused imports
steveloughran c29f4d8
HADOOP-17833. accidental edit of a comment
steveloughran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Initially I was worried about inconsistencies leading to escalations but by the end I think we are clear enough. Nice doc.
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.
we aren't actually that more vulnerable than when someone creates a file under a file, which they can do today.