lhotari commented on code in PR #4706: URL: https://github.com/apache/bookkeeper/pull/4706#discussion_r2973288013
########## bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/KeyValueStorageRocksDB.java: ########## Review Comment: It's documented here: https://github.com/facebook/rocksdb/wiki/rocksjava-basics#opening-a-database-with-column-families . Not very great docs, but based on that, columnFamilyDescriptors should be closed after the db is closed. -- 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]
