dongjoon-hyun commented on code in PR #51199:
URL: https://github.com/apache/spark/pull/51199#discussion_r2456164370


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -604,23 +604,27 @@ package object config {
         "cache block replication should be positive.")
       .createWithDefaultString("30s")
 
+  private[spark] val STORAGE_DECOMMISSION_FALLBACK_STORAGE_CLEANUP =
+    ConfigBuilder("spark.storage.decommission.fallbackStorage.cleanUp")
+      .doc("If true, Spark cleans up its fallback storage data once individual 
shuffles are " +
+        "freed (interval configured via spark.cleaner.periodicGC.interval), 
and during " +
+        "shutting down.")
+      .version("3.2.0")

Review Comment:
   `4.1.0`, @EnricoMi ?



##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -604,23 +604,27 @@ package object config {
         "cache block replication should be positive.")
       .createWithDefaultString("30s")
 
+  private[spark] val STORAGE_DECOMMISSION_FALLBACK_STORAGE_CLEANUP =
+    ConfigBuilder("spark.storage.decommission.fallbackStorage.cleanUp")
+      .doc("If true, Spark cleans up its fallback storage data once individual 
shuffles are " +
+        "freed (interval configured via spark.cleaner.periodicGC.interval), 
and during " +
+        "shutting down.")
+      .version("3.2.0")

Review Comment:
   `4.1.0`, @EnricoMi ?



-- 
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]

Reply via email to