You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean R. Owen (Jira)" <ji...@apache.org> on 2021/07/21 02:27:00 UTC

[jira] [Resolved] (SPARK-35027) Close the inputStream in FileAppender when writing the logs failure

     [ https://issues.apache.org/jira/browse/SPARK-35027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean R. Owen resolved SPARK-35027.
----------------------------------
    Fix Version/s: 3.0.4
                   3.1.3
                   3.2.0
       Resolution: Fixed

> 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
>            Assignee: Jack Hu
>            Priority: Major
>             Fix For: 3.2.0, 3.1.3, 3.0.4
>
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org