Eli Collins created HDFS-3364: --------------------------------- Summary: TestFileAppend4.testRecoverFinalizedBlock occasionally times out Key: HDFS-3364 URL: https://issues.apache.org/jira/browse/HDFS-3364 Project: Hadoop HDFS Issue Type: Bug Components: test Affects Versions: 2.0.0 Reporter: Eli Collins
I've seen TestFileAppend4.testRecoverFinalizedBlock shutdown occasionally time out in jenkins. Doesn't fail for me locally. {noformat} test timed out after 60000 milliseconds Stacktrace java.lang.Exception: test timed out after 60000 milliseconds at java.lang.Object.wait(Native Method) at java.lang.Thread.join(Thread.java:1186) at java.lang.Thread.join(Thread.java:1239) at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.join(BPServiceActor.java:473) at org.apache.hadoop.hdfs.server.datanode.BPOfferService.join(BPOfferService.java:259) at org.apache.hadoop.hdfs.server.datanode.BlockPoolManager.shutDownAll(BlockPoolManager.java:117) at org.apache.hadoop.hdfs.server.datanode.DataNode.shutdown(DataNode.java:1098) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdownDataNodes(MiniDFSCluster.java:1280) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1260) at org.apache.hadoop.hdfs.TestFileAppend4.testRecoverFinalizedBlock(TestFileAppend4.java:208) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira