mridulm commented on PR #36467: URL: https://github.com/apache/spark/pull/36467#issuecomment-1122644890
> The issue to be solved is: Ensure all RocksDBIterators are clsoed before the RocksDB is closed, otherwise the JVM will crash when use a rocksdb with debug mode enabled. This is already handled by `iteratorTracker`, right ? RocksDB.close() already iterates over all `RocksDBIterator` and closes them before closing itself. -- 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]
