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


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -1006,6 +1014,20 @@ class LifecycleManager(val appUniqueId: String, val 
conf: CelebornConf) extends
     }
   }
 
+  private def invokeReportTaskShuffleFetchFailurePreCheck(taskId: Long): 
Boolean = {
+    reportTaskShuffleFetchFailurePreCheck match {
+      case Some(preCheck) =>
+        try {
+          preCheck.apply(taskId)
+        } catch {
+          case t: Throwable =>
+            logError(t.toString)

Review Comment:
   thanks, addressed 



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