You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/10/31 08:42:00 UTC

[jira] [Created] (HBASE-19130) Typo in HStore.initializeRegionInternals for replaying wal

Duo Zhang created HBASE-19130:
---------------------------------

             Summary: Typo in HStore.initializeRegionInternals for replaying wal
                 Key: HBASE-19130
                 URL: https://issues.apache.org/jira/browse/HBASE-19130
             Project: HBase
          Issue Type: Bug
          Components: Recovery
            Reporter: Duo Zhang
            Priority: Critical
             Fix For: 2.0.0-alpha4


{code}
      } finally {
        // update the stores that we are done replaying
        stores.forEach(HStore::startReplayingFromWAL);
      }
{code}

Should be stopReplayingFromWAL. Found this when implementing HBASE-19095.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)