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

Zhihong Yu commented on HBASE-5177:
-----------------------------------

The patch from Phabricator cannot be applied on TRUNK:
{code}
1 out of 1 hunk FAILED -- saving rejects to file 
src/main/java/org/apache/hadoop/hbase/client/HTable.java.rej
patching file 
src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
Hunk #1 succeeded at 22 with fuzz 2 (offset 1 line).
Hunk #2 FAILED at 71.
Hunk #3 FAILED at 94.
Hunk #4 FAILED at 4142.
3 out of 4 hunks FAILED -- saving rejects to file 
src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java.rej
{code}

Patch for 0.89-fb doesn't have to be attached here.
Attaching patch for TRUNK would allow TRUNK to be in sync with 0.89-fb

Cheers
                
> HTable needs a non cached version of getRegionLocation
> ------------------------------------------------------
>
>                 Key: HBASE-5177
>                 URL: https://issues.apache.org/jira/browse/HBASE-5177
>             Project: HBase
>          Issue Type: New Feature
>    Affects Versions: 0.90.4
>            Reporter: Pritam Damania
>            Assignee: Pritam Damania
>            Priority: Minor
>         Attachments: HBASE-5177.D1197.2.patch
>
>
> There is a need for a non caching version of getRegionLocation
> on the client side. This API is needed to quickly lookup the regionserver
> that hosts a particular region without using the heavy weight
> getRegionsInfo() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to