-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.4
-
Fix Version/s: 2.9.0, 3.0.0-alpha1
-
Component/s: namenode
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
In BlockManager.addToInvalidates the StringBuilder is appended to during the delete even if logging isn't active.
Could avoid allocating the StringBuilder as well, but not sure if it is really worth it to add null handling in the code.