-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.0
-
Fix Version/s: 2.7.0, 2.6.1, 3.0.0-alpha1
-
Component/s: datanode
-
Labels:
-
Hadoop Flags:Reviewed
The DataNode reserves space for a full block when creating an RBW block (introduced in HDFS-6898).
The reserved space is released incrementally as data is written to disk and fully when the block is finalized. However if the client process terminates unexpectedly mid-write then the reserved space is not released until the DN is restarted.