holdenk opened a new pull request #29263: URL: https://github.com/apache/spark/pull/29263
### What changes were proposed in this pull request? This changes the test to ensure the executors are all the way up and accepting tasks before attempting to move on to decommissioning. This also sets the number of partitions based on the number of executors. ### Why are the changes needed? Currently if the tasks don't get scheduled on the executor which is chosen for decommissioning it can fail. ### Does this PR introduce _any_ user-facing change? No test change only ### How was this patch tested? Ran test in a loop on my local machine ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
