Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 96923 invoked from network); 18 Apr 2008 23:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 23:39:34 -0000 Received: (qmail 15052 invoked by uid 500); 18 Apr 2008 23:39:34 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 15025 invoked by uid 500); 18 Apr 2008 23:39:34 -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 14964 invoked by uid 99); 18 Apr 2008 23:39:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 16:39:34 -0700 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; Fri, 18 Apr 2008 23:38:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80971234C0E2 for ; Fri, 18 Apr 2008 16:36:21 -0700 (PDT) Message-ID: <1866887664.1208561781525.JavaMail.jira@brutus> Date: Fri, 18 Apr 2008 16:36:21 -0700 (PDT) From: "Clint Morgan (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-595) RowFilterInterface.rowProcessed() is called *before* fhe final filtering decision is made In-Reply-To: <499519298.1208561181658.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clint Morgan updated HBASE-595: ------------------------------- Attachment: hbase-595.patch patch to fix > RowFilterInterface.rowProcessed() is called *before* fhe final filtering decision is made > ----------------------------------------------------------------------------------------- > > Key: HBASE-595 > URL: https://issues.apache.org/jira/browse/HBASE-595 > Project: Hadoop HBase > Issue Type: Bug > Components: filters > Affects Versions: 0.2.0, 0.1.1 > Reporter: Clint Morgan > Attachments: hbase-595.patch > > > rowProcessed is called in HStoreScanner, however, the final filtering decision is not made until the full row has been assembled in HRegion -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.