mridulm commented on code in PR #52606:
URL: https://github.com/apache/spark/pull/52606#discussion_r2594683361
##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -3192,6 +3207,9 @@ private[scheduler] class
DAGSchedulerEventProcessLoop(dagScheduler: DAGScheduler
val timerContext = timer.time()
try {
doOnReceive(event)
+ } catch {
+ case ex: ShuffleStatusNotFoundException =>
+ dagScheduler.handleShuffleStatusNotFoundException(ex)
Review Comment:
We really should not be handling this here - but at the appropriate call
sites.
--
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]