You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Rishit Shroff (JIRA)" <ji...@apache.org> on 2014/12/23 19:52:13 UTC

[jira] [Created] (HBASE-12753) Remove AbstractWAL from hbase-consensus

Rishit Shroff created HBASE-12753:
-------------------------------------

             Summary: Remove AbstractWAL from hbase-consensus
                 Key: HBASE-12753
                 URL: https://issues.apache.org/jira/browse/HBASE-12753
             Project: HBase
          Issue Type: Sub-task
            Reporter: Rishit Shroff
            Assignee: Rishit Shroff
            Priority: Minor


The HydraBase codebase abstracted out WAL into :
1) HBase WAL (HLog)
2) Quorum WAL

In order to make the application independent, AbstractWAL was used to make it transparent from HRegionServer perspective. 

In the trunk, there is a similar interface WALProvider. Hence, removing the AbstractWAL from the hbase-consensus code base.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)