You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2019/01/11 09:46:00 UTC

[jira] [Updated] (HBASE-21704) The implementation of DistributedHBaseCluster.getServerHoldingRegion is incorrect

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

Duo Zhang updated HBASE-21704:
------------------------------
    Attachment: HBASE-21704.patch

> The implementation of DistributedHBaseCluster.getServerHoldingRegion is incorrect
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-21704
>                 URL: https://issues.apache.org/jira/browse/HBASE-21704
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Duo Zhang
>            Priority: Major
>         Attachments: HBASE-21704.patch
>
>
> The parameter is a regionName, but in the method, it will get a region locator for the table, and pass the use the regionName to locate the region, but actually, the parameter of the getRegionLocation method is row, not regionName...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)