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 517b6e5 commit 227b40dCopy full SHA for 227b40d
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala
@@ -620,7 +620,8 @@ class DAGSchedulerSuite
620
621
}
622
623
- /** This tests the case where a late FetchFailed comes in after the map stage has finished getting
+ /**
624
+ * This tests the case where a late FetchFailed comes in after the map stage has finished getting
625
* retried and a new reduce stage starts running.
626
*/
627
test("extremely late fetch failures don't cause multiple concurrent attempts for " +
0 commit comments