viirya commented on a change in pull request #30741:
URL: https://github.com/apache/spark/pull/30741#discussion_r541833066



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1368,6 +1368,17 @@ object SQLConf {
     .intConf
     .createWithDefault(2)
 
+  val STREAMING_MAINTENANCE_INTERVAL =
+    buildConf("spark.sql.streaming.stateStore.maintenanceInterval")
+      .internal()
+      .doc("The interval in milliseconds between triggering maintenance tasks 
in StateStore. " +
+        "The maintenance task executes background maintenance task in all the 
loaded store " +
+        "providers if they are still the active instances according to the 
coordinator. If not, " +
+        "inactive instances of store providers will be closed.")
+      .version("3.2.0")

Review comment:
       Sure.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to