ahshahid commented on code in PR #50033: URL: https://github.com/apache/spark/pull/50033#discussion_r1984505894
########## core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala: ########## @@ -3185,16 +3197,106 @@ class DAGSchedulerSuite extends SparkFunSuite with TempLocalSparkContext with Ti "Spark can only do this while using the new shuffle block fetching protocol")) } + test("SPARK-51272: retry all the partitions of result stage, if the first result task" + + " has failed and ShuffleMap stage is inDeterminate") { + var resubmitFailedStageTriggered = false + val monitor = new Object() Review Comment: The reason is mentioned above.. Lets discuss if you think otherwise.. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org