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 F0235E359 for ; Fri, 7 Dec 2012 22:18:58 +0000 (UTC) Received: (qmail 46533 invoked by uid 500); 7 Dec 2012 22:18:58 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 46488 invoked by uid 500); 7 Dec 2012 22:18:58 -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 46481 invoked by uid 99); 7 Dec 2012 22:18:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 22:18:58 +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; Fri, 07 Dec 2012 22:18:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8D8E623888E4 for ; Fri, 7 Dec 2012 22:18:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1418509 - /hadoop/common/branches/branch-1.1/src/docs/releasenotes.html Date: Fri, 07 Dec 2012 22:18:37 -0000 To: common-commits@hadoop.apache.org From: mattf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121207221837.8D8E623888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattf Date: Fri Dec 7 22:18:36 2012 New Revision: 1418509 URL: http://svn.apache.org/viewvc?rev=1418509&view=rev Log: release notes for 1.1.2 candidate Modified: hadoop/common/branches/branch-1.1/src/docs/releasenotes.html 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=1418509&r1=1418508&r2=1418509&view=diff ============================================================================== --- hadoop/common/branches/branch-1.1/src/docs/releasenotes.html (original) +++ hadoop/common/branches/branch-1.1/src/docs/releasenotes.html Fri Dec 7 22:18:36 2012 @@ -104,6 +104,16 @@ 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)'
+
  • MAPREDUCE-4858. + Major bug reported by acmurthy and fixed by acmurthy
    + TestWebUIAuthorization fails on branch-1
    +
    TestWebUIAuthorization fails on branch-1
  • + +
  • MAPREDUCE-4859. + Major bug reported by acmurthy and fixed by acmurthy
    + TestRecoveryManager fails on branch-1
    +
    Looks like the tests are extremely flaky and just hang.
  • +