[
https://issues.apache.org/jira/browse/HBASE-6896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481886#comment-13481886
]
Jimmy Xiang commented on HBASE-6896:
------------------------------------
Thought about this and I think the existing RegionAlreadyInTransitionException
handling in bulk assigner is fine. Instead, probably there is no need to retry
in the regular assignment instead. So I changed the title of the jira.
Instead, I will sync up the socket.timeout exception handling.
> sync bulk and regular assigment handling if possible
> ----------------------------------------------------
>
> Key: HBASE-6896
> URL: https://issues.apache.org/jira/browse/HBASE-6896
> Project: HBase
> Issue Type: Bug
> Components: Region Assignment
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
>
> Currently, for bulk assignment, when a region is already in transition, it
> thinks the region is opened. However, in regular assignment, it throws
> RegionAlreadyInTransitionException.
> In regular assignment, in case of RegionAlreadyInTransitionException, it
> tries to call openRegion again and again without change the region plan, ZK
> offline node,
> till the region is out of transition.
> We may need to sync them up and make sure bulk assignment does the same in
> this case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira