We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574fb1e commit 57abca3Copy full SHA for 57abca3
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
@@ -1046,9 +1046,9 @@ class DAGScheduler(
1046
1047
clearCacheLocs()
1048
1049
- // Some tasks had failed; let's resubmit this shuffleStage
1050
- // TODO: Lower-level scheduler should also deal with this
1051
if (shuffleStage.outputLocs.contains(Nil)) {
+ // Some tasks had failed; let's resubmit this shuffleStage
+ // TODO: Lower-level scheduler should also deal with this
1052
logInfo("Resubmitting " + shuffleStage + " (" + shuffleStage.name +
1053
") because some of its tasks had failed: " +
1054
shuffleStage.outputLocs.zipWithIndex.filter(_._1.isEmpty)
0 commit comments