dongjoon-hyun commented on PR #58346: URL: https://github.com/apache/spark/pull/58346#issuecomment-5443805580
Thank you for the review and for tracing the `draining` semantics across the three PRs, @viirya! Added the sentence you suggested to the `numDrainingExecutors` scaladoc in 0cb7e45918e8593d585521765007a078bbafc918, noting that the count relies on `DECOMMISSIONED` staying out of the finished `ExecutorState`s and that this is what keeps it in agreement with the driver's `/holdstatus` `draining`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
