Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As stated in the following links
Native memory leak through JNI after upgrading to 7.0.4
After removed finalize() in RocksDB 7,it is required that users call close on RocksJava objects or use try-with-resource.
I found several rocksdb objects in RocksDBDAO that were not released properly, such as DBOptions,ColumnFamilyOptions,WriteOptions and RocksIterator.