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