[
https://issues.apache.org/jira/browse/HDFS-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HDFS-8072:
--------------------------------
Hadoop Flags: Reviewed
+1 for the patch. I confirmed that the new test fails before applying the bug
fix, and then it passes after applying the fix. Thank you, Arpit.
> Reserved RBW space is not released if client terminates while writing block
> ---------------------------------------------------------------------------
>
> Key: HDFS-8072
> URL: https://issues.apache.org/jira/browse/HDFS-8072
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: datanode
> Affects Versions: 2.6.0
> Reporter: Arpit Agarwal
> Assignee: Arpit Agarwal
> Attachments: HDFS-8072.01.patch, HDFS-8072.02.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)