Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D247BD76D for ; Mon, 1 Oct 2012 17:46:15 +0000 (UTC) Received: (qmail 22588 invoked by uid 500); 1 Oct 2012 17:46:15 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 22524 invoked by uid 500); 1 Oct 2012 17:46:15 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 22516 invoked by uid 99); 1 Oct 2012 17:46:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 17:46:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 17:46:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 876C72388900; Mon, 1 Oct 2012 17:45:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1392469 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Date: Mon, 01 Oct 2012 17:45:29 -0000 To: common-commits@hadoop.apache.org From: atm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121001174529.876C72388900@eris.apache.org> Author: atm Date: Mon Oct 1 17:45:29 2012 New Revision: 1392469 URL: http://svn.apache.org/viewvc?rev=1392469&view=rev Log: HADOOP-8851. Use -XX:+HeapDumpOnOutOfMemoryError JVM option in the forked tests. Contributed by Ivan A. Veselovsky. Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1392469&r1=1392468&r2=1392469&view=diff ============================================================================== --- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original) +++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Mon Oct 1 17:45:29 2012 @@ -25,6 +25,9 @@ Release 2.0.3-alpha - Unreleased HADOOP-3957. Change MutableQuantiles to use a shared thread for rolling over metrics. (Andrew Wang via todd) + HADOOP-8851. Use -XX:+HeapDumpOnOutOfMemoryError JVM option in the forked + tests. (Ivan A. Veselovsky via atm) + OPTIMIZATIONS HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang