[
https://issues.apache.org/jira/browse/HBASE-21363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660745#comment-16660745
]
Allan Yang commented on HBASE-21363:
------------------------------------
We have resetModified in ProcedureWALFormat.load(), why need to set it again?
{code}
try {
+ // reset the modified flags for the global tracker, as we may build it
during the loading.
+ storeTracker.resetModified();
{code}
> Rewrite the buildingHoldCleanupTracker method in WALProcedureStore
> ------------------------------------------------------------------
>
> Key: HBASE-21363
> URL: https://issues.apache.org/jira/browse/HBASE-21363
> Project: HBase
> Issue Type: Sub-task
> Components: proc-v2
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.1.1, 2.0.3
>
> Attachments: HBASE-21363-v1.patch, HBASE-21363-v2.patch,
> HBASE-21363.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)