-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16848. Experimental directory marker optimization. #1834
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
Closed
steveloughran
wants to merge
1
commit into
apache:trunk
from
steveloughran:s3/HADOOP-16846-experimental-directory
Closed
HADOOP-16848. Experimental directory marker optimization. #1834
steveloughran
wants to merge
1
commit into
apache:trunk
from
steveloughran:s3/HADOOP-16846-experimental-directory
Conversation
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
Tested. Ireland Tests failed; not looked into the details
|
8c134f1
to
2583d35
Compare
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Optimizes directory marker operations through:- * Async create/clear * An option "fs.s3a.experimental.optimized.directory.operations" That performs whatever optimisations to directory marker IO are considered effective to reduce that I while still avoiding problems with missing markers and/or markers not deleted. 1. Work in progress 2. Experimental: use at own risk 3. Not for use against buckets whether other S3A releases are active 4. And not for use with data you value. View it as a Proof of Concept to explore what we can do here. Change-Id: Ia0dadc5e513db00c650376769e37d2ef1fab12f5
2583d35
to
85e0f97
Compare
💔 -1 overall
This message was automatically generated. |
superceded by #1861 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
fs/s3
changes related to hadoop-aws; submitter must declare test endpoint
work in progress
PRs still Work in Progress; reviews not expected but still welcome
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.
Optimizes directory marker operations through:-
That performs whatever optimisations to directory marker IO are considered
effective to reduce that I while still avoiding problems with missing markers
and/or markers not deleted.
Important
View it as a Proof of Concept to explore what we can do here.