Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 57513 invoked from network); 28 Feb 2007 18:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 18:01:22 -0000 Received: (qmail 41505 invoked by uid 500); 28 Feb 2007 18:01:31 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 41474 invoked by uid 500); 28 Feb 2007 18:01:30 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 41465 invoked by uid 99); 28 Feb 2007 18:01:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 10:01:30 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 10:01:21 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 5449C1A981D; Wed, 28 Feb 2007 10:01:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r512880 - /lucene/hadoop/trunk/CHANGES.txt Date: Wed, 28 Feb 2007 18:01:01 -0000 To: hadoop-commits@lucene.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070228180101.5449C1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Wed Feb 28 10:01:00 2007 New Revision: 512880 URL: http://svn.apache.org/viewvc?view=rev&rev=512880 Log: Fix CHANGES.txt to have correct bug number for the patch that disabled in-memory merging during shuffle. It should have been HADOOP-1014. That commit was also incorrectly attributed to HADOOP-947. Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=512880&r1=512879&r2=512880 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Wed Feb 28 10:01:00 2007 @@ -159,7 +159,7 @@ 1. HADOOP-1009. Fix an infinite loop in the HDFS namenode. (Dhruba Borthakur via cutting) - 2. HADOOP-947. Disable in-memory merging during shuffle, as this is + 2. HADOOP-1014. Disable in-memory merging during shuffle, as this is causing data corruption. (Devaraj Das via cutting)