dongjoon-hyun commented on a change in pull request #28255: [SPARK-31484][Core]
Add stage attempt number to temp checkpoint filename to avoid file already
existing exception
URL: https://github.com/apache/spark/pull/28255#discussion_r410765422
##########
File path: core/src/test/scala/org/apache/spark/CheckpointSuite.scala
##########
@@ -642,4 +643,29 @@ class CheckpointStorageSuite extends SparkFunSuite with
LocalSparkContext {
assert(preferredLoc ==
checkpointedRDD.cachedPreferredLocations.get(partiton))
}
}
+
+ test("checkpoint should not fail in retry") {
Review comment:
Shall we add `SPARK-31484: ` prefix?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]