You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2009/10/03 00:20:23 UTC

[jira] Updated: (HBASE-1883) HRegion passes the wrong minSequenceNumber to doReconstructionLog

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

Clint Morgan updated HBASE-1883:
--------------------------------

    Attachment: 1883.patch

this fixed it for me

> HRegion passes the wrong minSequenceNumber to doReconstructionLog
> -----------------------------------------------------------------
>
>                 Key: HBASE-1883
>                 URL: https://issues.apache.org/jira/browse/HBASE-1883
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.20.0
>            Reporter: Clint Morgan
>            Assignee: Clint Morgan
>         Attachments: 1883.patch
>
>
> HRegion initializes by opens up all store files which may recover from the WAL. It then calls protected doReconstructionLog which THBase uses to go through the log and look for pending transactions that may need to be recovered. Currently HRegion is passing down the minSequenceNumber *after* WAL recovery. What we want is the lowest sequence number before the wal recovery.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.