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 64133987D for ; Thu, 23 Feb 2012 08:06:12 +0000 (UTC) Received: (qmail 53315 invoked by uid 500); 23 Feb 2012 08:06:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 53267 invoked by uid 500); 23 Feb 2012 08:06:12 -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 53259 invoked by uid 99); 23 Feb 2012 08:06:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 08:06:12 +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, 23 Feb 2012 08:06:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E8C3933570C for ; Thu, 23 Feb 2012 08:05:48 +0000 (UTC) Date: Thu, 23 Feb 2012 08:05:48 +0000 (UTC) From: "dhruba borthakur (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1567837037.8973.1329984348954.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1054885161.6134.1314681638295.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4296) Deprecate HTable[Interface].getRowOrBefore(...) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214435#comment-13214435 ] dhruba borthakur commented on HBASE-4296: ----------------------------------------- The ThriftServer uses HTable.getRowOrBefore() to find a entry in the .META. table. This used to work with hbase-92 but returns null for hbase-94. did something change here? > Deprecate HTable[Interface].getRowOrBefore(...) > ----------------------------------------------- > > Key: HBASE-4296 > URL: https://issues.apache.org/jira/browse/HBASE-4296 > Project: HBase > Issue Type: Bug > Components: client > Affects Versions: 0.92.0 > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Priority: Trivial > Fix For: 0.92.0 > > Attachments: 4296.txt > > > HTable's getRowOrBefore(...) internally calls into Store.getRowKeyAtOrBefore. That method was created to allow our scanning of .META. (see HBASE-2600). > Store.getRowKeyAtOrBefore(...) lists a bunch of requirements for this to be performant that a user of HTable will not be aware of. > I propose deprecating this in the public interface in 0.92 and removing it from the public interface in 0.94. If we don't get to HBASE-2600 in 0.94 it will still remain as internal interface for scanning meta. > Comments? -- 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