Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2708FB220 for ; Thu, 12 Jan 2012 21:46:05 +0000 (UTC) Received: (qmail 54728 invoked by uid 500); 12 Jan 2012 21:46:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54545 invoked by uid 500); 12 Jan 2012 21:46:04 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 54531 invoked by uid 99); 12 Jan 2012 21:46:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 21:46:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 21:46:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 73C69148F21 for ; Thu, 12 Jan 2012 21:45:43 +0000 (UTC) Date: Thu, 12 Jan 2012 21:45:43 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <219002140.36222.1326404743484.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1786433172.28591.1326252580747.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5177) HTable needs a non cached version of getRegionLocation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HBASE-5177: ------------------------------- Attachment: HBASE-5177.D1197.3.patch pritamdamania updated the revision "HBASE-5177 [jira] Add a non-caching version of getRegionLocation.". Reviewers: Kannan, nspiegelberg, JIRA, tedyu Removing use of the deprecated method as Ted suggested. REVISION DETAIL https://reviews.facebook.net/D1197 AFFECTED FILES src/main/java/org/apache/hadoop/hbase/client/HTable.java src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java > 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 > Fix For: 0.94.0 > > Attachments: 5177-trunk.txt, HBASE-5177.D1197.2.patch, HBASE-5177.D1197.3.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