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

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

    [ https://issues.apache.org/jira/browse/HBASE-12753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257883#comment-14257883 ] 

Hadoop QA commented on HBASE-12753:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12688975/0001-HBASE-12753-Get-rid-of-the-AbtractWAL.patch
  against master branch at commit 9a829dc458505f72702cb8c6942cd952f9d290d0.
  ATTACHMENT ID: 12688975

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/12218//console

This message is automatically generated.

> 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)