cloud-fan commented on code in PR #51199:
URL: https://github.com/apache/spark/pull/51199#discussion_r2317649070


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -608,15 +608,19 @@ package object config {
     ConfigBuilder("spark.storage.decommission.fallbackStorage.path")
       .doc("The location for fallback storage during block manager 
decommissioning. " +
         "For example, `s3a://spark-storage/`. In case of empty, fallback 
storage is disabled. " +
-        "The storage should be managed by TTL because Spark will not clean it 
up.")
+        "The storage will not be cleaned up by Spark unless " +
+        "spark.storage.decommission.fallbackStorage.cleanUp is true. " +

Review Comment:
   ```suggestion
           s"${STORAGE_DECOMMISSION_FALLBACK_STORAGE_CLEANUP.key} is true. " +
   ```



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

Reply via email to