You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Wellington Chevreuil (Jira)" <ji...@apache.org> on 2021/05/25 09:15:00 UTC

[jira] [Work started] (HBASE-25907) Move StoreFlushContext out of HStore and make it pluggable

     [ https://issues.apache.org/jira/browse/HBASE-25907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-25907 started by Wellington Chevreuil.
----------------------------------------------------
> 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
>            Priority: Major
>
> 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)