HBASE-19130 Typo in HStore.initializeRegionInternals for replaying wal

This commit is contained in:
zhangduo 2017-10-31 16:46:45 +08:00
parent 2f29bbb373
commit bbb7e1924d
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
this.mvcc.advanceTo(maxSeqId);
} finally {
// update the stores that we are done replaying
stores.forEach(HStore::startReplayingFromWAL);
stores.forEach(HStore::stopReplayingFromWAL);
}
}
this.lastReplayedOpenRegionSeqId = maxSeqId;