Ngone51 commented on a change in pull request #33477:
URL: https://github.com/apache/spark/pull/33477#discussion_r674569528
##########
File path: core/src/main/scala/org/apache/spark/shuffle/ShuffleBlockPusher.scala
##########
@@ -71,6 +71,12 @@ private[spark] class ShuffleBlockPusher(conf: SparkConf)
extends Logging {
// blocks to just that host and continue push blocks to other hosts. So,
here push of
// all blocks will only stop when it is "Too Late". Also see
updateStateAndCheckIfPushMore.
override def shouldRetryError(t: Throwable): Boolean = {
+ // If it is a FileNotFound exception originating from the client while
pushing the shuffle
Review comment:
nit: `FileNotFound exception` -> `FileNotFoundException`?
--
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]