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 5FB8491B5 for ; Thu, 2 Aug 2012 18:10:03 +0000 (UTC) Received: (qmail 16009 invoked by uid 500); 2 Aug 2012 18:10:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15956 invoked by uid 500); 2 Aug 2012 18:10:03 -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 15948 invoked by uid 99); 2 Aug 2012 18:10:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 18:10:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 05EEB14052C for ; Thu, 2 Aug 2012 18:10:03 +0000 (UTC) Date: Thu, 2 Aug 2012 18:10:03 +0000 (UTC) From: "Zhihong Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <892115800.6631.1343931003026.JavaMail.jiratomcat@issues-vm> In-Reply-To: <322155279.111994.1343425474806.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line 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-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427500#comment-13427500 ] Zhihong Ted Yu commented on HBASE-6468: --------------------------------------- Integrated to trunk. Thanks for the patch, Shrijeet. > RowCounter may return incorrect result if column name is specified in command line > ---------------------------------------------------------------------------------- > > Key: HBASE-6468 > URL: https://issues.apache.org/jira/browse/HBASE-6468 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.5 > Reporter: Shrijeet Paliwal > Assignee: Shrijeet Paliwal > Fix For: 0.96.0 > > Attachments: 0001-HBASE-6468-RowCounter-may-return-incorrect-result.patch, 0002-HBASE-6468-RowCounter-may-return-incorrect-result.patch, 0004-HBASE-6468-RowCounter-may-return-incorrect-result.patch, 0005-HBASE-6468-RowCounter-may-return-incorrect-results.patch > > > The RowCounter use FirstKeyOnlyFilter regardless of whether or not the > command line argument specified a column family (or family:qualifier). > In case when no qualifier was specified as argument, the scan will > give correct result. However in the other case the scan instance may > have been set with columns other than the very first column in the > row, causing scan to get nothing as the FirstKeyOnlyFilter removes > everything else. > https://issues.apache.org/jira/browse/HBASE-6042 is related. -- 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