Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI#4935] More than target num of executors may survive after Fin…
…alStageResourceManager did kill ### _Why are the changes needed?_ When FinalStageResourceManager chooses executors to be killed, it may add dead executors to the kill list. This will leave more than target num of executors survived and cause resource waste. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4936 from zhouyifan279/kill-executor. Closes #4936 2aaa84c [zhouyifan279] [KYUUBI#4935][Improvement] More than target num of executors may survive after FinalStageResourceManager did kill Authored-by: zhouyifan279 <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information