turboFei opened a new pull request #26272: [SPARK-27736][Core][SHUFFLE] Improve handling of FetchFailures caused by ExternalShuffleService losing track of executor registrations URL: https://github.com/apache/spark/pull/26272 ### What changes were proposed in this pull request? As described in https://issues.apache.org/jira/browse/SPARK-27736. In this PR, I let externalBlockClient can query the executors whether are registered on the External Shuffle Service. If not, we should remove all these executors. ### Why are the changes needed? ### Does this PR introduce any user-facing change? No. ### How was this patch tested? If this solution is OK, I will add UT.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
