[
https://issues.apache.org/jira/browse/HBASE-11687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097483#comment-14097483
]
Hudson commented on HBASE-11687:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5398 (See
[https://builds.apache.org/job/HBase-TRUNK/5398/])
HBASE-11687 No need to abort on postOpenDeployTasks exception if region opening
is cancelled (jxiang: rev 4ed32bd77eb17ee5ca674b37aeb097741590cad0)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
> No need to abort on postOpenDeployTasks exception if region opening is
> cancelled
> --------------------------------------------------------------------------------
>
> Key: HBASE-11687
> URL: https://issues.apache.org/jira/browse/HBASE-11687
> Project: HBase
> Issue Type: Bug
> Components: Region Assignment
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Fix For: 0.99.0, 2.0.0
>
> Attachments: hbase-11687.patch
>
>
> With ZK-less region assignment, if region opening is in postOpenDeployTasks
> step and the opening is cancelled, the region server will abort because it
> can't report the transition to the master. We should cancel
> postOpenDeployTasks instead. At least, there is no need to abort.
--
This message was sent by Atlassian JIRA
(v6.2#6252)