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


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -1203,7 +1203,7 @@ class LifecycleManager(val appUniqueId: String, val conf: 
CelebornConf) extends
           logDebug(s"Succeed $message")
           context.reply(MapperEndResponse(StatusCode.SUCCESS))
         case false =>
-          logError(s"Failed $message")
+          logError(s"Failed $message, reply ${StatusCode.SHUFFLE_DATA_LOST}.")

Review Comment:
   log the code in driver log, so that, when we see the SHUFFLE_DATA_LOST in 
executor end, we can search it in driver log.



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