Description
The failure is caused by the backport of HDFS-5285. In BlockManager#isReplicationInProgress, "if (bc instanceof MutableBlockCollection)" should be replaced by "if (bc.isUnderConstruction())".
The failure is caused by the backport of HDFS-5285. In BlockManager#isReplicationInProgress, "if (bc instanceof MutableBlockCollection)" should be replaced by "if (bc.isUnderConstruction())".