[ 
https://issues.apache.org/jira/browse/HBASE-9099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13730202#comment-13730202
 ] 

Hudson commented on HBASE-9099:
-------------------------------

SUCCESS: Integrated in hbase-0.95-on-hadoop2 #220 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/220/])
HBASE-9099: logReplay could trigger double region assignment (jeffreyz: rev 
1510616)
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/MetaServerShutdownHandler.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java

                
> logReplay could trigger double region assignment
> ------------------------------------------------
>
>                 Key: HBASE-9099
>                 URL: https://issues.apache.org/jira/browse/HBASE-9099
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.0, 0.95.2
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 0.98.0, 0.95.2
>
>         Attachments: hbase-9099.patch, hbase-9099-v1.patch
>
>
> The symptom is the first region assignment submitted in SSH is in progress 
> while when am.waitOnRegionToClearRegionsInTransition times out we will 
> re-submitted another SSH which will invoke another region assignment for the 
> region. It will cause the region get stuck in RIT status.

--
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

Reply via email to