[
https://issues.apache.org/jira/browse/HBASE-11531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14064334#comment-14064334
]
Virag Kothari commented on HBASE-11531:
---------------------------------------
Thanks for looking at this quickly.
On startup, when master starts doing failover processing, I see all regions
under region-in-transition znode remain in PENDING_OPEN state.
A sample log statement:
{quote}
Processed region 91cccd287d9335d64a2279f0e8e23c27 in state:
RS_ZK_REGION_OPENED, does nothing since the region is already in transition
{91cccd287d9335d64a2279f0e8e23c27 state=PENDING_OPEN, ts=1405465991480,
server=...
{quote}
Ideally, processRegionsInTransition () have gone further and handle the
RS_ZK_REGION_OPENED by updating the region state to OPEN in META/memory and
removing that znode.
> RegionStates for regions under region-in-transition znode are not updated on
> startup
> ------------------------------------------------------------------------------------
>
> Key: HBASE-11531
> URL: https://issues.apache.org/jira/browse/HBASE-11531
> Project: HBase
> Issue Type: Bug
> Components: Region Assignment
> Affects Versions: 0.99.0
> Reporter: Virag Kothari
> Assignee: Virag Kothari
>
> While testing HBASE-11059, saw that if there are regions under
> region-in-transition znode their states are not updated in META and master
> memory on startup.
--
This message was sent by Atlassian JIRA
(v6.2#6252)