panbingkun commented on code in PR #46951:
URL: https://github.com/apache/spark/pull/46951#discussion_r1642062501


##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -2019,7 +2019,7 @@ private[spark] class DAGScheduler(
           val ignoreStageFailure = ignoreDecommissionFetchFailure &&
             isExecutorDecommissioningOrDecommissioned(taskScheduler, bmAddress)
           if (ignoreStageFailure) {
-            logInfo(log"Ignoring fetch failure from ${MDC(TASK_ID, task)} of " 
+
+            logInfo(log"Ignoring fetch failure from ${MDC(TASK_NAME, task)} of 
" +

Review Comment:
   Do we really want to call this `TASK_NAME`?
   From the code below, it seems inconsistent:
   
https://github.com/apache/spark/blob/33a9c5d7f478a476fe9882ad8fe101fd60756a98/core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala#L839
   
https://github.com/apache/spark/blob/33a9c5d7f478a476fe9882ad8fe101fd60756a98/core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala#L583-L587



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

Reply via email to