Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Federation Branch
-
None
-
Reviewed
Description
HDFS Federation:
TestReplication fails due to null pointer exception. When corrupting/deleting blocks in TestReplication#testPendingReplicationRetry() the loop should run for 3 datanodes.
Instead it runs 6 times, resulting in null blockFile returned. Changing the loop to run 3 times.