[
https://issues.apache.org/jira/browse/HBASE-20817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528114#comment-16528114
]
stack commented on HBASE-20817:
-------------------------------
bq. The problem right now is that my cluster is stuck trying to initialize the
master for hours because of all of the MasterProcWALs.
You have so many because you are in an infinite loop? Each proc STEP is adding
to the WAL. The procedure never succeeds so the WALs don't get cleared.
Clear them. Sounds like you know how to repro?
> Infinite loop when executing ReopenTableRegionsProcedure
> ---------------------------------------------------------
>
> Key: HBASE-20817
> URL: https://issues.apache.org/jira/browse/HBASE-20817
> Project: HBase
> Issue Type: Bug
> Components: Region Assignment
> Reporter: Duo Zhang
> Priority: Blocker
> Fix For: 3.0.0, 2.1.0, 2.0.2, 2.2.0
>
>
> As discussed in HBASE-20792, it seems that a region's openSeqNum could remain
> the same after a sucessful reopen, which causes the RTRP loop infinitely.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)