[
https://issues.apache.org/jira/browse/SPARK-35027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377261#comment-17377261
]
Apache Spark commented on SPARK-35027:
--------------------------------------
User 'jhu-chang' has created a pull request for this issue:
https://github.com/apache/spark/pull/33263
> Close the inputStream in FileAppender when writing the logs failure
> -------------------------------------------------------------------
>
> Key: SPARK-35027
> URL: https://issues.apache.org/jira/browse/SPARK-35027
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 3.1.1
> Reporter: Jack Hu
> Priority: Major
>
> In Spark Cluster, the ExecutorRunner uses FileAppender to redirect the
> stdout/stderr of executors to file, when the writing processing is failure
> due to some reasons: disk full, the FileAppender will only close the input
> stream to file, but leave the pipe's stdout/stderr open, following writting
> operation in executor side may be hung.
> need to close the inputStream in FileAppender ?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]