Kihwal Lee created HDFS-6015: -------------------------------- Summary: Fix TestBlockRecovery#testRaceBetweenReplicaRecoveryAndFinalizeBlock Key: HDFS-6015 URL: https://issues.apache.org/jira/browse/HDFS-6015 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Kihwal Lee Assignee: Kihwal Lee
After HDFS-5583, TestBlockRecovery.testRaceBetweenReplicaRecoveryAndFinalizeBlock started failing. It seems HDFS-5583 exposed a bug. When a receiver thread is interrupted, it is supposed to interrupt responder and join on it. The join timeout is configurable. This is not what actually happens. It was fixed in HDFS-5583 and now the test case that depended on the broken behavior is breaking. -- This message was sent by Atlassian JIRA (v6.1.5#6160)