micheal-o commented on code in PR #52787:
URL: https://github.com/apache/spark/pull/52787#discussion_r2482141852
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala:
##########
@@ -412,6 +412,7 @@ private[sql] class HDFSBackedStateStoreProvider extends
StateStoreProvider with
// `loadedMaps` will be de-referenced and GCed automatically when their
reference
// counts become 0.
synchronized { loadedMaps.clear() }
+ fm.close()
Review Comment:
@anishshri-db yes. I introduced close api for file manager in this change.
--
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]