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

Dongjoon Hyun resolved SPARK-47121.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 45203
[https://github.com/apache/spark/pull/45203]

> Avoid noisy RejectedExecutionExceptions during StandaloneSchedulerBackend 
> shutdown
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-47121
>                 URL: https://issues.apache.org/jira/browse/SPARK-47121
>             Project: Spark
>          Issue Type: Improvement
>          Components: Scheduler
>    Affects Versions: 3.5.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> While it is in the process of shutting down, the StandaloneSchedulerBackend 
> might throw RejectedExecutionExceptions when RPC handler `onDisconnected` 
> methods attempt to submit new tasks to a stopped executorDelayRemoveThread 
> executor service. We can reduce log and uncaught exception noise by catching 
> and ignoring these exceptions if they occur during shudown.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to