ericm-db commented on code in PR #50742: URL: https://github.com/apache/spark/pull/50742#discussion_r2080067114
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreProvider.scala: ########## @@ -365,6 +366,18 @@ private[sql] class RocksDBStateStoreProvider } result } + + override def release(): Unit = { + if (state != RELEASED) { + logInfo(log"Releasing ${MDC(VERSION_NUM, version + 1)} " + Review Comment: Hm, not sure but we log a similar line for abort [here](https://github.com/apache/spark/pull/50742/files#diff-76a55d7a6f0b91a19366e01c919c615a4d13afc1c1c37b017afa9df1c1705218L251) -- 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