Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 80242 invoked from network); 10 Jul 2009 21:27:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 21:27:30 -0000 Received: (qmail 1858 invoked by uid 500); 10 Jul 2009 21:27:40 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 1830 invoked by uid 500); 10 Jul 2009 21:27:39 -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 1820 invoked by uid 99); 10 Jul 2009 21:27:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 21:27:39 +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; Fri, 10 Jul 2009 21:27:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8945E234C4B2 for ; Fri, 10 Jul 2009 14:27:15 -0700 (PDT) Message-ID: <39850451.1247261235561.JavaMail.jira@brutus> Date: Fri, 10 Jul 2009 14:27:15 -0700 (PDT) From: =?utf-8?Q?Do=C4=9Facan_G=C3=BCney_=28JIRA=29?= To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-1644) Result.row is cached in getRow; this breaks MapReduce MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Result.row is cached in getRow; this breaks MapReduce ----------------------------------------------------- Key: HBASE-1644 URL: https://issues.apache.org/jira/browse/HBASE-1644 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.0 Reporter: Do=C4=9Facan G=C3=BCney In Result#getRow row field is computed (if row is null) and then is cached = for further uses. But since MapReduce uses the same Result instance through= different map()/reduce() calls, row field is not updated when Result insta= nce changes. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.