[ https://issues.apache.org/jira/browse/HDFS-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368035#comment-14368035 ]
Konstantin Shvachko commented on HDFS-7930: ------------------------------------------- Also it seems you need to use {{cluster.stopDataNode(0)}} rather than directly shutting it down, otherwise it wont remove the DN reference from MiniCluster. And then for restarting I suggest using {{restartDataNode(DataNodeProperties)}}. > commitBlockSynchronization() does not remove locations > ------------------------------------------------------ > > Key: HDFS-7930 > URL: https://issues.apache.org/jira/browse/HDFS-7930 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Affects Versions: 2.7.0 > Reporter: Konstantin Shvachko > Assignee: Yi Liu > Priority: Blocker > Attachments: HDFS-7930.001.patch, HDFS-7930.002.patch > > > When {{commitBlockSynchronization()}} has less {{newTargets}} than in the > original block it does not remove unconfirmed locations. This results in that > the the block stores locations of different lengths or genStamp (corrupt). -- This message was sent by Atlassian JIRA (v6.3.4#6332)