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

Hyukjin Kwon resolved SPARK-33793.
----------------------------------
    Fix Version/s: 3.0.2
       Resolution: Fixed

Issue resolved by pull request 30801
[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
>            Assignee: Sander Goos
>            Priority: Major
>             Fix For: 3.0.2
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to