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

Hudson commented on HBASE-11525:
--------------------------------

SUCCESS: Integrated in HBase-1.0 #54 (See 
[https://builds.apache.org/job/HBase-1.0/54/])
HBASE-11525 Region server holding in region states is out of sync with meta 
(jxiang: rev 553c86d7df26a3dadae8bb528af609ebdabc095e)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManagerOnCluster.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


> Region server holding in region states is out of sync with meta
> ---------------------------------------------------------------
>
>                 Key: HBASE-11525
>                 URL: https://issues.apache.org/jira/browse/HBASE-11525
>             Project: HBase
>          Issue Type: Bug
>          Components: Region Assignment
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.99.0, 2.0.0
>
>         Attachments: hbase-11525.1.patch, hbase-11525.2.patch, 
> hbase-11525.patch
>
>
> In RegionStates, we remove a region from the region list a region server 
> hosts once the region is offline. However, in meta, we do this only when the 
> region is assigned to a new region server. We should keep them in sync so 
> that we can claim they are consistent.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to