gnanda commented on code in PR #54529:
URL: https://github.com/apache/spark/pull/54529#discussion_r2873852823
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3684,6 +3684,16 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val STATE_STORE_ROCKSDB_FILE_CHECKSUM_THREAD_POOL_SIZE =
+
buildConf("spark.sql.streaming.stateStore.rocksdb.fileChecksumThreadPoolSize")
+ .internal()
+ .doc("Number of threads used to compute file checksums concurrently when
uploading " +
+ "RocksDB state store checkpoints (e.g. main file and checksum file).")
+ .version("4.1.0")
Review Comment:
Done
--
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]