-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion #7683
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 3 commits into
apache:trunk
from
steveloughran:s3/HADOOP-19554-LocalDirAllocator-002
May 13, 2025
Merged
HADOOP-19554. LocalDirAllocator still doesn't always recover from directory deletion #7683
steveloughran
merged 3 commits into
apache:trunk
from
steveloughran:s3/HADOOP-19554-LocalDirAllocator-002
May 13, 2025
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
…ectory deletion * Pull up recreation logic for all branch paths * Lots of logging info * Exception test includes the list of paths. * tests for the failure recovery and reporting changes
…ectory deletion Logging now builds up the history string and debug logging, with the history logged at ERROR when there's a failure to allocate. goal: find out WTF went wrong even when debug logging was off
🎊 +1 overall
This message was automatically generated. |
steveloughran
added a commit
to steveloughran/hadoop
that referenced
this pull request
May 13, 2025
…ectory deletion (apache#7683) The LocalDIrManager class used to allocate disk space for HDFS block storage and cloud connector buffers should now recover from directory deletion on all codepaths. This situation can occur in cloud connectors uses when cron jobs clean up temp directories on a schedule. There is also significantly better logging of the allocation process failures. Contributed by Steve Loughran
Merged
4 tasks
steveloughran
added a commit
that referenced
this pull request
May 19, 2025
…ectory deletion (#7683) (#7685) The LocalDIrManager class used to allocate disk space for HDFS block storage and cloud connector buffers should now recover from directory deletion on all codepaths. This situation can occur in cloud connectors uses when cron jobs clean up temp directories on a schedule. There is also significantly better logging of the allocation process failures. Contributed by Steve Loughran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of PR
#7651 with one final commit.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?