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 A01C1824F for ; Tue, 30 Aug 2011 05:21:22 +0000 (UTC) Received: (qmail 78182 invoked by uid 500); 30 Aug 2011 05:21:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78032 invoked by uid 500); 30 Aug 2011 05:21:09 -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 77977 invoked by uid 99); 30 Aug 2011 05:21:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 05:21:01 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Tue, 30 Aug 2011 05:20:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4917BD6A53 for ; Tue, 30 Aug 2011 05:20:38 +0000 (UTC) Date: Tue, 30 Aug 2011 05:20:38 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1054885161.6134.1314681638295.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (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 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 Priority: Trivial Fix For: 0.92.0 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. For more information on JIRA, see: http://www.atlassian.com/software/jira