Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3-alpha
-
None
-
Reviewed
Description
FSNamesystem.getAdditionalBlock() persists all file blocks twice, first in dir.removeBlock() using OP_ADD, then immediately after that in dir.persistBlocks() using OP_UPDATE_BLOCKS.
This should be aggregated in one call to logEdit().