Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 505FC116F1 for ; Tue, 23 Sep 2014 21:35:34 +0000 (UTC) Received: (qmail 86574 invoked by uid 500); 23 Sep 2014 21:35:34 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 86506 invoked by uid 500); 23 Sep 2014 21:35:34 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 86494 invoked by uid 99); 23 Sep 2014 21:35:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 21:35:34 +0000 Date: Tue, 23 Sep 2014 21:35:34 +0000 (UTC) From: "Hadoop QA (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6104) TestJobHistoryParsing.testPartialJob fails in branch-2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-6104?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 14145484#comment-14145484 ]=20 Hadoop QA commented on MAPREDUCE-6104: -------------------------------------- {color:green}+1 overall{color}. Here are the results of testing the latest= attachment=20 http://issues.apache.org/jira/secure/attachment/12670802/MAPREDUCE-6104.p= atch against trunk revision 3dc28e2. {color:green}+1 @author{color}. The patch does not contain any @author= tags. {color:green}+1 tests included{color}. The patch appears to include 1 = new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the = total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning mess= ages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:e= clipse. {color:green}+1 findbugs{color}. The patch does not introduce any new = Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not incre= ase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hado= op-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs. {color:green}+1 contrib tests{color}. The patch passed contrib unit te= sts. Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4909/= /testReport/ Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/490= 9//console This message is automatically generated. > TestJobHistoryParsing.testPartialJob fails in branch-2 > ------------------------------------------------------ > > Key: MAPREDUCE-6104 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6104 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.6.0 > Reporter: Mit Desai > Assignee: Mit Desai > Attachments: MAPREDUCE-6104.patch > > > TestJobHistoryParsing.testPartialJob intermittently fails with the follow= ing timeout error. > {noformat} > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.239 sec= <<< > FAILURE! - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing > testPartialJob(org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing) = Time > elapsed: 1.025 sec <<< ERROR! > java.lang.Exception: test timed out after 1000 milliseconds > at java.util.zip.Inflater.inflateBytes(Native Method) > at java.util.zip.Inflater.inflate(Inflater.java:259) > at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:15= 2) > at sun.misc.Resource.getBytes(Resource.java:124) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:444) > at java.net.URLClassLoader.access$100(URLClassLoader.java:71) > at java.net.URLClassLoader$1.run(URLClassLoader.java:361) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:9= 3) > at org.apache.hadoop.security.Groups.(Groups.java:77) > at > org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.ja= va:240) > at > org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInfor= mation.java:257) > at > org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGro= upInformation.java:234) > at > org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(User= GroupInformation.java:773) > at > org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInf= ormation.java:758) > at > org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupI= nformation.java:631) > at > org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testPartialJob(Te= stJobHistoryParsing.java:824) > Results : > Tests in error:=20 > TestJobHistoryParsing.testPartialJob:824 =C2=BB test timed out after 1= 000 > millisec... > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 > [INFO] ------------------------------------------------------------------= ------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------= ------ > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)