HBASE-19130 Typo in HStore.initializeRegionInternals for replaying wal
This commit is contained in:
parent
2f29bbb373
commit
bbb7e1924d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue