turboFei commented on code in PR #3263:
URL: https://github.com/apache/celeborn/pull/3263#discussion_r2094121280


##########
client-spark/spark-3/src/main/scala/org/apache/spark/shuffle/celeborn/CelebornShuffleReader.scala:
##########
@@ -119,7 +142,6 @@ class CelebornShuffleReader[K, C](
         // if a task is interrupted, should not report fetch failure
         // if a task update file group timeout, should not report fetch failure
         checkAndReportFetchFailureForUpdateFileGroupFailure(shuffleId, ce)
-      case e: Throwable => throw e

Review Comment:
   this is unnecessary, so remove it



-- 
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]

Reply via email to