You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/07/17 00:19:05 UTC

[jira] [Updated] (HBASE-11530) RegionStates adds regions to wrong servers

     [ https://issues.apache.org/jira/browse/HBASE-11530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy Xiang updated HBASE-11530:
--------------------------------

    Attachment: hbase-11530.patch

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