[
https://issues.apache.org/jira/browse/HBASE-19130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227415#comment-16227415
]
Hudson commented on HBASE-19130:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3979 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3979/])
HBASE-19130 Typo in HStore.initializeRegionInternals for replaying wal
(zhangduo: rev bbb7e1924db2300ec95fd3beb8d252049dbcf826)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> 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
> Assignee: Duo Zhang
> Priority: Critical
> Fix For: 2.0.0-alpha4
>
> Attachments: HBASE-19130.patch
>
>
> {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)