Github user sitalkedia commented on the issue:

    https://github.com/apache/spark/pull/19048
  
    To be clear there is no issue on EAM side. Consider the following situation 
-
    
    - 10 executors are running, each executor can run 4 tasks at max.
    - 20 tasks are running so EAM sets the internal target to 5 and also asks 
the CGSB to set its `requestedTotalExecutors` to 5. However, it can not kill 
any executor yet because all of them have atleast one running tasks.
    - 2 tasks on 2 executors succeeds, now the target is still 5 (18/4), but 
the EAM asks the scheduler to kill 2 of them. 
    - The scheduler decieds to kill 2 of them and sets the new target as 3. 
While the EAM has set the target as 5.  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to