You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/09/16 10:47:33 UTC

[jira] [Updated] (MAPREDUCE-6092) TestJobHistoryParsing#testPartialJob timeouts

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated MAPREDUCE-6092:
-------------------------------------
    Attachment: MAPREDUCE-6092.patch

Attaching a patch to extend the timeout from 1 second to 10 seconds. In my environments, the test took
* 1.273 sec on Xeon E5-2430L @ 2.00 GHz (CentOS 6.3)
* 3.097 sec on Core i3 @ 1.3 GHz (Mac OS X 10.9)

> TestJobHistoryParsing#testPartialJob timeouts
> ---------------------------------------------
>
>                 Key: MAPREDUCE-6092
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6092
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Akira AJISAKA
>            Assignee: Akira AJISAKA
>         Attachments: MAPREDUCE-6092.patch
>
>
> TestJobHistoryParsing#testPartialJob timeouts.
> {code}
> Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
> Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 106.007 sec <<< FAILURE! - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
> testPartialJob(org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing)  Time elapsed: 0.987 sec  <<< ERROR!
> java.lang.Exception: test timed out after 1000 milliseconds
>         at org.apache.xerces.impl.XMLEntityScanner.scanQName(Unknown Source)
>         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
>         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
>         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150)
>         at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2334)
>         at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2322)
>         at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2393)
>         at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2346)
>         at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2263)
>         at org.apache.hadoop.conf.Configuration.get(Configuration.java:868)
>         at org.apache.hadoop.conf.Configuration.getTrimmed(Configuration.java:887)
>         at org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1288)
>         at org.apache.hadoop.security.SecurityUtil.<clinit>(SecurityUtil.java:70)
>         at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:247)
>         at org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:235)
>         at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:761)
>         at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:746)
>         at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:619)
>         at org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testPartialJob(TestJobHistoryParsing.java:829)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)