You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/10/09 06:52:31 UTC

[jira] Created: (HBASE-1898) Each Store replays WAL split. Should be replayed at Region level (it used to be done here)

Each Store replays WAL split.  Should be replayed at Region level (it used to be done here)
-------------------------------------------------------------------------------------------

                 Key: HBASE-1898
                 URL: https://issues.apache.org/jira/browse/HBASE-1898
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack


Looking at Store constructor, each Store in a Region picks up the split output log and replays it in turn.  Seems like we should be reading the file of edits once up at the Region level and per edit figuring which store to insert into?

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