[
https://issues.apache.org/jira/browse/HDFS-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15086340#comment-15086340
]
Kihwal Lee commented on HDFS-9620:
----------------------------------
The read path already has a mechanism for refetching block tokens, but it is
currently not possible for writers to reacquire a block token for existing
block being written.
> Slow writer may fail permanently if pipeline breaks.
> ----------------------------------------------------
>
> Key: HDFS-9620
> URL: https://issues.apache.org/jira/browse/HDFS-9620
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Kihwal Lee
> Priority: Critical
>
> During a block write to a datanode, if the block write time exceed the block
> token expiration, the client will not be able to reestablish a block output
> stream. E.g. if a node in the pipeline dies, the pipeline recovery won't work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)