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

Hudson commented on HDFS-15211:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #18056 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/18056/])
HDFS-15211. EC: File write hangs during close in case of Exception 
(surendralilhore: rev 1d772dc5429bfffa015a1209e6f4a864505c871a)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java


> EC: File write hangs during close in case of Exception during updatePipeline
> ----------------------------------------------------------------------------
>
>                 Key: HDFS-15211
>                 URL: https://issues.apache.org/jira/browse/HDFS-15211
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.1.1, 3.3.0, 3.2.1
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Critical
>             Fix For: 3.3.0, 3.1.4, 3.2.2
>
>         Attachments: HDFS-15211-01.patch, HDFS-15211-02.patch, 
> HDFS-15211-03.patch, HDFS-15211-04.patch, HDFS-15211-05.patch, 
> TestToRepro-01.patch, Thread-Dump, Thread-Dump-02
>
>
> Ec file write hangs during file close, if there is a exception due to closure 
> of slow stream, and number of data streamers failed increase more than parity 
> block.
> Since in the close, the Stream will try to flush all the healthy streamers, 
> but the streamers won't be having any result due to exception. and the 
> streamers will stay stuck.
> Hence the close will also get stuck.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to