Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 9169 invoked from network); 6 Oct 2009 00:31:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 00:31:58 -0000 Received: (qmail 44155 invoked by uid 500); 6 Oct 2009 00:31:58 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 44078 invoked by uid 500); 6 Oct 2009 00:31:58 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 44057 invoked by uid 99); 6 Oct 2009 00:31:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 00:31:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 00:31:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 81F92234C03A for ; Mon, 5 Oct 2009 17:31:31 -0700 (PDT) Message-ID: <1017948498.1254789091517.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 17:31:31 -0700 (PDT) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1831) Scanning API must be reworked to allow for fully functional Filters client-side In-Reply-To: <957836845.1252717677450.JavaMail.jira@brutus> 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-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762465#action_12762465 ] Andrew Purtell commented on HBASE-1831: --------------------------------------- +1 all tests pass here > Scanning API must be reworked to allow for fully functional Filters client-side > ------------------------------------------------------------------------------- > > Key: HBASE-1831 > URL: https://issues.apache.org/jira/browse/HBASE-1831 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.0 > Reporter: Jonathan Gray > Priority: Critical > Fix For: 0.20.1, 0.21.0 > > Attachments: 1831-v2.patch, 1831-v3.patch, 1831-v4.patch, 1831-v5.patch, 1831-v6.patch, 1831.patch > > > Right now, a client replays part of the Filter locally by calling filterRowKey() and filterAllRemaining() to determine whether it should continue to the next region. > A number of new filters rely on filterKeyValue() and other calls to alter state. It's also a false assumption that all rows/keys affecting a filter returning true for FAR will be seen client-side (what about those that failed the filter). > This issue is about dealing with Filters properly from the client-side. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.