Wellington Chevreuil created HBASE-25907:
--------------------------------------------
Summary: Move StoreFlushContext out of HStore and make it pluggable
Key: HBASE-25907
URL: https://issues.apache.org/jira/browse/HBASE-25907
Project: HBase
Issue Type: Sub-task
Reporter: Wellington Chevreuil
Assignee: Wellington Chevreuil
Currently, StoreFlushContext is directly implemented and instantiated inside
HStore class. This implementation assumes hfiles are always flushed into temp
dir first, and its commit implementation moves these files into the actual
family dir. In order to allow for the direct flushes (no temp, nor renames), we
need to make StoreFlushContext implementations pluggable in HStore.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)