Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
} finally { // update the stores that we are done replaying stores.forEach(HStore::startReplayingFromWAL); }
Should be stopReplayingFromWAL. Found this when implementing HBASE-19095.