Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21758#discussion_r203621395
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ---
    @@ -1055,6 +1055,64 @@ class DAGSchedulerSuite extends SparkFunSuite with 
LocalSparkContext with TimeLi
         assert(sparkListener.failedStages.size == 1)
       }
     
    +  test("Retry all the tasks on a resubmitted attempt of a barrier stage 
caused by FetchFailure") {
    --- End diff --
    
    do we have a test to make sure all the tasks are launched together for 
barrier stage?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to