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

Hudson commented on HBASE-11530:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK #5317 (See 
[https://builds.apache.org/job/HBase-TRUNK/5317/])
HBASE-11530 RegionStates adds regions to wrong servers (jxiang: rev 
d6c5e5f3749b265bd1ec44bb4683a63e9d058ed7)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java


> RegionStates adds regions to wrong servers
> ------------------------------------------
>
>                 Key: HBASE-11530
>                 URL: https://issues.apache.org/jira/browse/HBASE-11530
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.99.0, 2.0.0
>
>         Attachments: hbase-11530.patch
>
>
> In RegionStates.java, we have (line 332)
> {quote}
> addToServerHoldings(serverName, hri);
> {quote}
> It should be
> {quote}
> addToServerHoldings(lastHost, hri);
> {quote}



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

Reply via email to