Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For now the dbhandle for rocksdb instance is referenced counted, after merge rocksdb instances, the dbhandles will be pinned in memory until datanode stops.
So we introduce an abstract class DBHandle and it will have 2 sub classes:
- ReferenceCountedDB
- RawDB
Attachments
Issue Links
- links to