thejdeep opened a new pull request #34024:
URL: https://github.com/apache/spark/pull/34024
### What changes were proposed in this pull request?
When a DNS issue happens on the executor node, shuffle nodes would get
added to the exclude list due to FetchFailed exception. The change here is to
have a configuration host value to test DNS resolution against before marking
it as a FetchFailed Exception.
### Why are the changes needed?
This would prevent shuffle nodes from getting added to the exclude list due
to DNS issues
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Added Unit Tests
--
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]