mridulm commented on code in PR #39459:
URL: https://github.com/apache/spark/pull/39459#discussion_r1124028359
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2468,4 +2468,15 @@ package object config {
.version("3.4.0")
.booleanConf
.createWithDefault(false)
+
+ private[spark] val RDD_CACHE_VISIBILITY_TRACKING_ENABLED =
+ ConfigBuilder("spark.rdd.cache.visibilityTracking.enabled")
+ .internal()
+ .doc("Set to be true to enabled RDD cache block's visibility status.
Once it's enabled," +
+ " a RDD cache block can be used only when it's marked as visible. And
a RDD block will be" +
+ " marked as visible only when one of the tasks generating the cache
block finished" +
+ " successfully. This is relevant in context of consistent accumulator
status.")
+ .version("3.4.0")
Review Comment:
No, we should mark this as 3.5.0 instead ... slipped through the review (it
was created way before 3.4 was cut).
Thanks for catching this @ulysses-you !
Can you create a follow up to change this to 3.5 @ivoson ? Thx
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]