[
https://issues.apache.org/jira/browse/HDFS-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005430#comment-14005430
]
Vinod Kumar Vavilapalli commented on HDFS-6227:
-----------------------------------------------
bq. Checked the test log and had some offline discussion with Vinod Kumar
Vavilapalli. Looks like the issue is that in Yarn some container got killed
while reading a local file through short circuit read. The corresponding file
channel thus got interrupted. Future readers for the same file will then hit
this ClosedChannelException when they fetch the file channel from short circuit
cache.
More specifically, the issue is that a YARN container got killed during
localization and so the resource-localization process got interrupted, thereby
interrupting the DFS client read also.
> Short circuit read failed due to ClosedChannelException
> -------------------------------------------------------
>
> Key: HDFS-6227
> URL: https://issues.apache.org/jira/browse/HDFS-6227
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Jing Zhao
> Attachments: ShortCircuitReadInterruption.test.patch
>
>
> While running tests in a single node cluster, where short circuit read is
> enabled and multiple threads may read the same file concurrently, one of the
> read got ClosedChannelException and failed. Full exception trace see comment.
--
This message was sent by Atlassian JIRA
(v6.2#6252)