You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2016/03/10 22:30:40 UTC

[jira] [Updated] (HBASE-15441) Fix WAL splitting when region has moved multiple times

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

Elliott Clark updated HBASE-15441:
----------------------------------
    Priority: Blocker  (was: Major)

> Fix WAL splitting when region has moved multiple times
> ------------------------------------------------------
>
>                 Key: HBASE-15441
>                 URL: https://issues.apache.org/jira/browse/HBASE-15441
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>            Priority: Blocker
>
> Currently WAL splitting is broken when a region has been opened multiple times in recent minutes.
> Region open and region close write event markers to the wal. These markers should have the sequence id in them. However it is currently getting 1. That means that if a region has moved multiple times in the last few mins then multiple split log workers will try and create the recovered edits file for sequence id 1. One of the workers will fail and on failing they will delete the recovered edits. Causing all split wal attempts to fail.
> We need to:
> # make sure that open and close get the correct sequence id for open.
> # Filter all region events from recovered edits



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