Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 61330 invoked from network); 25 Feb 2009 21:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 21:59:23 -0000 Received: (qmail 21500 invoked by uid 500); 25 Feb 2009 21:59:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 21488 invoked by uid 500); 25 Feb 2009 21:59:23 -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 21477 invoked by uid 99); 25 Feb 2009 21:59:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 13:59:22 -0800 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; Wed, 25 Feb 2009 21:59:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D513F234C48D for ; Wed, 25 Feb 2009 13:59:01 -0800 (PST) Message-ID: <279970087.1235599141871.JavaMail.jira@brutus> Date: Wed, 25 Feb 2009 13:59:01 -0800 (PST) From: "Ben Maurer (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1224) Scanner returns values from before startrow In-Reply-To: <566831954.1235598061972.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-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Maurer updated HBASE-1224: ------------------------------ Attachment: ben-1224.patch My version of the patch > Scanner returns values from before startrow > ------------------------------------------- > > Key: HBASE-1224 > URL: https://issues.apache.org/jira/browse/HBASE-1224 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Priority: Critical > Fix For: 0.19.1, 0.20.0 > > Attachments: 1224.patch, ben-1224.patch > > > Ben Maurer reports our returning rows from before startrow -- lots of concurrent scanners run out of mapreduce jobs that are updating rows as they go. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.