[ 
https://issues.apache.org/jira/browse/HDFS-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430831#comment-13430831
 ] 

Todd Lipcon commented on HDFS-3770:
-----------------------------------

I don't think the interruption is related -- I think we have some kind of 
subtle race on the DN side with the "recomputing last chunk" when appending to 
a partial chunk - basically the same issue as HDFS-1057 but specific to right 
as the file is reopened for append.
                
> 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