akpatnam25 commented on code in PR #36601:
URL: https://github.com/apache/spark/pull/36601#discussion_r881077728
##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -2461,7 +2476,7 @@ private[spark] class DAGScheduler(
clearCacheLocs()
}
if (fileLost) {
- val remove = if (ignoreShuffleFileLostEpoch) {
+ val remove = if (ignoreShuffleFileLostEpoch || isShuffleMerger) {
Review Comment:
yeah, makes sense. I've removed the check and just added the comment.
--
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]