-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.0
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: None
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
BlockManager#checkBlocksProperlyReplicated
final BlockInfoUnderConstruction uc =
(BlockInfoUnderConstruction)b;
uc is not needed and this causes findbugs warning.