Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 2136 invoked from network); 26 Jun 2008 04:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 04:55:06 -0000 Received: (qmail 64350 invoked by uid 500); 26 Jun 2008 04:55:07 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 64341 invoked by uid 500); 26 Jun 2008 04:55:07 -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 64328 invoked by uid 99); 26 Jun 2008 04:55:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 21:55:07 -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; Thu, 26 Jun 2008 04:54:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 238D4234C14F for ; Wed, 25 Jun 2008 21:54:45 -0700 (PDT) Message-ID: <395645198.1214456085144.JavaMail.jira@brutus> Date: Wed, 25 Jun 2008 21:54:45 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-613) Timestamp-anchored scanning fails to find all records In-Reply-To: <174719216.1209772135890.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-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman resolved HBASE-613. --------------------------------- Resolution: Fixed Fixed branch and trunk. > Timestamp-anchored scanning fails to find all records > ----------------------------------------------------- > > Key: HBASE-613 > URL: https://issues.apache.org/jira/browse/HBASE-613 > Project: Hadoop HBase > Issue Type: Bug > Components: client > Affects Versions: 0.1.0, 0.1.1, 0.1.2 > Reporter: stack > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.1.3, 0.2.0 > > Attachments: 613.patch, nogood.patch, TestTimestampScanning.java, Timestamp.patch > > > If I add 3 versions of a cell and then scan across the first set of added cells using a timestamp that should only get values from the first upload, a bunch are missing (I added 100k on each of the three uploads). I thought it the fact that we set the number of cells found back to 1 in HStore when we move off current row/column but that doesn't seem to be it. I also tried upping the MAX_VERSIONs on my table and that seemed to have no effect. Need to look closer. > Build a unit test because replicating on cluster takes too much time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.