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

Dongjoon Hyun updated SPARK-55342:
----------------------------------
    Description: 
{code:java}
- val executorPodsLifecycleEventHandler = new ExecutorPodsLifecycleManager(
+ val executorPodsLifecycleManager = new ExecutorPodsLifecycleManager({code}
 

 
{code:java}
-  // Allow removeExecutor to be accessible by ExecutorPodsLifecycleEventHandler
+  // Allow removeExecutor to be accessible by ExecutorPodsLifecycleManager 
{code}

  was:
{code:java}
-  // Allow removeExecutor to be accessible by ExecutorPodsLifecycleEventHandler
+  // Allow removeExecutor to be accessible by ExecutorPodsLifecycleManager 
{code}


> Fix `ExecutorPodsLifecycleEventHandler` to `ExecutorPodsLifecycleManager`
> -------------------------------------------------------------------------
>
>                 Key: SPARK-55342
>                 URL: https://issues.apache.org/jira/browse/SPARK-55342
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Kubernetes
>    Affects Versions: 4.2.0
>            Reporter: Dongjoon Hyun
>            Priority: Minor
>              Labels: pull-request-available
>
> {code:java}
> - val executorPodsLifecycleEventHandler = new ExecutorPodsLifecycleManager(
> + val executorPodsLifecycleManager = new ExecutorPodsLifecycleManager({code}
>  
>  
> {code:java}
> -  // Allow removeExecutor to be accessible by 
> ExecutorPodsLifecycleEventHandler
> +  // Allow removeExecutor to be accessible by ExecutorPodsLifecycleManager 
> {code}



--
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