Eli Collins created HDFS-3770:
---------------------------------

             Summary: 
TestFileConcurrentReader#testUnfinishedBlockCRCErrorTransferToAppend failed
                 Key: HDFS-3770
                 URL: https://issues.apache.org/jira/browse/HDFS-3770
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 3.0.0
            Reporter: Eli Collins


TestFileConcurrentReader#testUnfinishedBlockCRCErrorTransferToAppend failed on 
[a recent job|https://builds.apache.org/job/PreCommit-HDFS-Build/2959]. Looks 
like a race in the test. The failure is due to a ChecksumException but that's 
likely due to the DFSOutputstream getting interrupted on close. Looking at the 
relevant code, waitForAckedSeqno is getting an InterruptedException waiting on 
dataQueue, looks like there are uses of interrupt where we're not first 
notifying dataQueue, or waiting for the notifications to be delivered.

--
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

        

Reply via email to