[ 
https://issues.apache.org/jira/browse/SPARK-33793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250236#comment-17250236
 ] 

Apache Spark commented on SPARK-33793:
--------------------------------------

User 'sander-goos' has created a pull request for this issue:
https://github.com/apache/spark/pull/30801

> Refactor usage of Executor in ExecutorSuite to ensure proper cleanup
> --------------------------------------------------------------------
>
>                 Key: SPARK-33793
>                 URL: https://issues.apache.org/jira/browse/SPARK-33793
>             Project: Spark
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 3.0.1
>            Reporter: Sander Goos
>            Priority: Major
>
> Recently an issue was discovered that leaked Executors (which are not 
> explicitly stopped after a test) can cause other tests to fail due to the JVM 
> being killed after 10 min.
> It is therefore crucial that tests always stop the Executor. In most tests 
> this is already the case, but to make this pattern more explicit it would be 
> good to have a helper function that ensures stopping the executor in a 
> finally block. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to