Browse Source
Any RocksJava object that inherits from org.rocksdb.AbstractNativeReference must be closed explicitly in order to free up the memory of the backing C++ object. The BloomFilter extends RocksObject (which implements AbstractNativeReference) and should be also be closed in RocksDBStore#close to avoid leaking memory. Reviewers: Bill Bejeck <bbejeck@gmail.com>pull/6676/head
A. Sophie Blee-Goldman
6 years ago
committed by
Bill Bejeck
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue