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 BB5DEE708 for ; Wed, 5 Dec 2012 08:27:27 +0000 (UTC) Received: (qmail 19047 invoked by uid 500); 5 Dec 2012 08:27:27 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 18877 invoked by uid 500); 5 Dec 2012 08:27:27 -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 18830 invoked by uid 99); 5 Dec 2012 08:27:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 08:27:25 +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; Wed, 05 Dec 2012 08:27:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E087023888E7 for ; Wed, 5 Dec 2012 08:25:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1417308 - in /hadoop/common/branches/branch-1.1: CHANGES.txt build.xml src/docs/releasenotes.html Date: Wed, 05 Dec 2012 08:25:25 -0000 To: common-commits@hadoop.apache.org From: mattf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121205082525.E087023888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattf Date: Wed Dec 5 08:25:24 2012 New Revision: 1417308 URL: http://svn.apache.org/viewvc?rev=1417308&view=rev Log: preparing for release 1.1.2 Modified: hadoop/common/branches/branch-1.1/CHANGES.txt hadoop/common/branches/branch-1.1/build.xml hadoop/common/branches/branch-1.1/src/docs/releasenotes.html Modified: hadoop/common/branches/branch-1.1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.1/CHANGES.txt?rev=1417308&r1=1417307&r2=1417308&view=diff ============================================================================== --- hadoop/common/branches/branch-1.1/CHANGES.txt (original) +++ hadoop/common/branches/branch-1.1/CHANGES.txt Wed Dec 5 08:25:24 2012 @@ -1,6 +1,6 @@ Hadoop Change Log -Release 1.1.2 - Unreleased +Release 1.1.2 - 2012.12.05 INCOMPATIBLE CHANGES Modified: hadoop/common/branches/branch-1.1/build.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.1/build.xml?rev=1417308&r1=1417307&r2=1417308&view=diff ============================================================================== --- hadoop/common/branches/branch-1.1/build.xml (original) +++ hadoop/common/branches/branch-1.1/build.xml Wed Dec 5 08:25:24 2012 @@ -28,7 +28,7 @@ - + Modified: hadoop/common/branches/branch-1.1/src/docs/releasenotes.html URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.1/src/docs/releasenotes.html?rev=1417308&r1=1417307&r2=1417308&view=diff ============================================================================== --- hadoop/common/branches/branch-1.1/src/docs/releasenotes.html (original) +++ hadoop/common/branches/branch-1.1/src/docs/releasenotes.html Wed Dec 5 08:25:24 2012 @@ -2,7 +2,7 @@ -Hadoop 1.1.1 Release Notes +Hadoop 1.1.2 Release Notes -

Hadoop 1.1.1 Release Notes

+

Hadoop 1.1.2 Release Notes

These release notes include new developer and user-facing incompatibilities, features, and major improvements. +

Changes since Hadoop 1.1.1

+ +

Jiras with Release Notes (describe major or incompatible changes)

+
    + +
  • HADOOP-8567. + Major new feature reported by djp and fixed by jingzhao (conf)
    + Port conf servlet to dump running configuration to branch 1.x
    +
    Users can use the conf servlet to get the server-side configuration. Users can
    + +
    + +1) connect to http_server_url/conf or http_server_url/conf?format=xml and get XML-based configuration description;
    + +2) connect to http_server_url/conf?format=json and get JSON-based configuration description. +
  • + +
  • HADOOP-9115. + Blocker bug reported by arpitgupta and fixed by jingzhao
    + Deadlock in configuration when writing configuration to hdfs
    +
    This fixes a bug where Hive could trigger a deadlock condition in the Hadoop configuration management code. + + +
  • + +
  • MAPREDUCE-4478. + Major bug reported by liangly and fixed by liangly
    + TaskTracker's heartbeat is out of control
    +
    Fixed a bug in TaskTracker's heartbeat to keep it under control. + + +
  • + +
+ + +

Other Jiras (describe bug fixes and minor changes)

+
    + +
  • HADOOP-8880. + Major bug reported by gkesavan and fixed by gkesavan
    + Missing jersey jars as dependency in the pom causes hive tests to fail
    +
    ivy.xml has the dependency included where as the same dependency is not updated in the pom template.
  • + +
  • HADOOP-9111. + Minor improvement reported by jingzhao and fixed by jingzhao (test)
    + Fix failed testcases with @ignore annotation In branch-1
    +
    Currently in branch-1, several failed testcases have @ignore annotation which does not take effect because these testcases are still using JUnit3. This jira plans to change these testcases to JUnit4 to let @ignore work.
  • + +
  • HDFS-3727. + Major bug reported by atm and fixed by atm (namenode)
    + When using SPNEGO, NN should not try to log in using KSSL principal
    +
    When performing a checkpoint with security enabled, the NN will attempt to relogin from its keytab before making an HTTP request back to the 2NN to fetch the newly-merged image. However, it always attempts to log in using the KSSL principal, even if SPNEGO is configured to be used.

    This issue was discovered by Stephen Chu.
  • + +
  • HDFS-4208. + Critical bug reported by brandonli and fixed by brandonli (namenode)
    + NameNode could be stuck in SafeMode due to never-created blocks
    +
    In one test case, NameNode allocated a block and then was killed before the client got the addBlock response. After NameNode restarted, it couldn't get out of SafeMode waiting for the block which was never created. In trunk, NameNode can get out of SafeMode since it only counts complete blocks. However branch-1 doesn't have the clear notion of under-constructioned-block in Namenode.

    JIRA HDFS-4212 is to track the never-created-block issue and this JIRA is to fix NameNode in branch-1 so it c...
  • + +
  • HDFS-4252. + Major improvement reported by sureshms and fixed by jingzhao (namenode)
    + Improve confusing log message that prints exception when editlog read is completed
    +
    Namenode prints a log with an exception to indicate successful completion of reading of logs. This causes misunderstanding where people have interpreted it as failure to load editlog. The log message could be better.
  • + +
  • MAPREDUCE-2374. + Major bug reported by tlipcon and fixed by adi2
    + "Text File Busy" errors launching MR tasks
    +
    Some very small percentage of tasks fail with a "Text file busy" error.

    The following was the original diagnosis:
    {quote}
    Our use of PrintWriter in TaskController.writeCommand is unsafe, since that class swallows all IO exceptions. We're not currently checking for errors, which I'm seeing result in occasional task failures with the message "Text file busy" - assumedly because the close() call is failing silently for some reason.
    {quote}
    .. but turned out to be another issue as well (see below)
  • + +
  • MAPREDUCE-4798. + Minor bug reported by sam liu and fixed by (jobhistoryserver, test)
    + TestJobHistoryServer fails some times with 'java.lang.AssertionError: Address already in use'
    +
    UT Failure in IHC 1.0.3: org.apache.hadoop.mapred.TestJobHistoryServer. This UT fails sometimes.

    The error message is:
    'Testcase: testHistoryServerStandalone took 5.376 sec
    Caused an ERROR
    Address already in use
    java.lang.AssertionError: Address already in use
    at org.apache.hadoop.mapred.TestJobHistoryServer.testHistoryServerStandalone(TestJobHistoryServer.java:113)'
  • + + +
+ +

Changes since Hadoop 1.1.0

Jiras with Release Notes (describe major or incompatible changes)