You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2014/07/08 05:42:34 UTC

[jira] [Updated] (HBASE-11475) Distributed log replay should also replay compaction events

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

Enis Soztutar updated HBASE-11475:
----------------------------------

    Attachment: hbase-11475_v1.patch

Here is a patch which makes log replay also replay compaction entries together with unit test coverage. 

[~jeffreyz] do you mind taking a look? 

> Distributed log replay should also replay compaction events
> -----------------------------------------------------------
>
>                 Key: HBASE-11475
>                 URL: https://issues.apache.org/jira/browse/HBASE-11475
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.99.0, 0.98.4, 2.0.0
>
>         Attachments: hbase-11475_v1.patch
>
>
> Compaction events are written to WAL as of HBASE-2231 got committed. However, it seems that distributed log replay skips those entries without sending it to the replaying region. In contrast log split replays those. 
> It seems that we should fix log replay to also replay the compaction events.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)