[ https://issues.apache.org/jira/browse/HDFS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eli Collins resolved HDFS-1374. ------------------------------- Resolution: Fixed No longer seeing this failure. > TestBlockRecovery#testZeroLenReplicas fails > ------------------------------------------- > > Key: HDFS-1374 > URL: https://issues.apache.org/jira/browse/HDFS-1374 > Project: Hadoop HDFS > Issue Type: Test > Components: test > Affects Versions: 0.22.0 > Reporter: Eli Collins > Fix For: 0.22.0 > > > {noformat} > Testcase: testZeroLenReplicas took 10.577 sec > Caused an ERROR > Wanted but not invoked: > datanodeProtocol.commitBlockSynchronization( > blk_1000_2000, > 3000, > 0, > true, > true, > [] > ); > -> at > org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) > However, there were other interactions with this mock: > -> at > org.apache.hadoop.hdfs.server.datanode.DataNode.handshake(DataNode.java:519) > Wanted but not invoked: > datanodeProtocol.commitBlockSynchronization( > blk_1000_2000, > 3000, > 0, > true, > true, > [] > ); > -> at > org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) > However, there were other interactions with this mock: > -> at > org.apache.hadoop.hdfs.server.datanode.DataNode.handshake(DataNode.java:519) > at > org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.