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/04/23 18:24:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17330976#comment-17330976 ] 

Sean R. Owen commented on SPARK-35027:
--------------------------------------

Are you sure? stop() is called on an error on these FileAppenders.

> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org