Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4848F101A5 for ; Wed, 24 Dec 2014 03:07:14 +0000 (UTC) Received: (qmail 43728 invoked by uid 500); 24 Dec 2014 03:07:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 43411 invoked by uid 500); 24 Dec 2014 03:07:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 43397 invoked by uid 99); 24 Dec 2014 03:07:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2014 03:07:13 +0000 Date: Wed, 24 Dec 2014 03:07:13 +0000 (UTC) From: "Rishit Shroff (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12753) Remove AbstractWAL from hbase-consensus MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishit Shroff updated HBASE-12753: ---------------------------------- Attachment: 0001-HBASE-12753-Get-rid-of-the-AbtractWAL.patch > Remove AbstractWAL from hbase-consensus > --------------------------------------- > > Key: HBASE-12753 > URL: https://issues.apache.org/jira/browse/HBASE-12753 > Project: HBase > Issue Type: Sub-task > Components: wal > Affects Versions: HBASE-12259 > Reporter: Rishit Shroff > Assignee: Rishit Shroff > Priority: Minor > Fix For: HBASE-12259 > > Attachments: 0001-HBASE-12753-Get-rid-of-the-AbtractWAL.patch > > > 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)