-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16303. Improve handling of datanode lost while decommissioning #3920
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
Unclear if this is a flaky test: https://issues.apache.org/jira/browse/HDFS-15646 Heres the failed assertion: Line 385 in 03cfc85
|
|
💔 -1 overall
This message was automatically generated. |
TestDirectoryScanner.testThrottling is related to a flaky test:
TestBlockTokenWithShortCircuitRead.testShortCircuitReadWithInvalidToken is not a reported flaky test: |
|
TestBlockTokenWithShortCircuitRead.testShortCircuitReadWithInvalidToken is testing code entirely unrelated to this change, I have added this failure to https://issues.apache.org/jira/browse/HDFS-15646 for tracking |
|
@aajisaka please review this PR to backport https://issues.apache.org/jira/browse/HDFS-16303 |
|
💔 -1 overall
This message was automatically generated. |
aajisaka
left a comment
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.
LGTM. Thank you.
…missioning (apache#3920) Co-authored-by: Kevin Wikant <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit 543ff58) Change-Id: I5b4c220fd30c859cd8ceca5cac23719f8b65f0b9
Description of PR
Backport of this trunk commit to Hadoop 2.x
How was this patch tested?
All "TestDecommission" & "DatanodeAdminManager" tests pass when run locally
Same manual testing from #3675 applies.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?