Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
A new implementation for the Memstore can be plugged into region server. For this implement org.apache.hadoop.hbase.regionserver.MemStore interface and configure the FQCN of the impl class against the key "hbase.regionserver.memstore.class"
Description
Make Memstore into an interface implementation. Also make it pluggable by configuring the FQCN of the impl.
This will allow us to have different impl and optimizations in the Memstore DataStructure and the upper layers untouched.
Attachments
Attachments
Issue Links
- is required by
-
HBASE-10713 A MemStore implementation with in memory flushes to CellBlocks
- Closed
- relates to
-
HBASE-9754 Eliminate threadlocal from MVCC code
- Closed