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

Alejandro Abdelnur resolved MAPREDUCE-5327.
-------------------------------------------

    Resolution: Invalid

MAPREDUCE-5310 stopped setting the MIN in the local clusterinfo. That is why 
the tests were failing, because the slot-millis calculation was querying the 
MIN from the local clusterinfo.

YARN-787 removed the MIN from cluster info and wired the MIN from configuration 
for the calculation of slot-millis. 

So, YARN-787 fixed what MAPREDUCE-5310 broke.

I've just run those tests on the head of trunk and 2.1-beta and they are 
passing.

Closing this one as invalid
                
> TestMRJobs and TestUberAM fail at verifying counters
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-5327
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5327
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Zhijie Shen
>            Assignee: Alejandro Abdelnur
>            Priority: Critical
>
> See the test report in YARN-829 and YARN-830:
> * https://builds.apache.org/job/PreCommit-YARN-Build/1269//testReport/
> * https://builds.apache.org/job/PreCommit-YARN-Build/1270//testReport/
> The failure seems to be related to:
> {code}
> Assert
>         .assertTrue(counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS) != null
>             && counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS).getValue() 
> != 0);
> {code}
> in TestMRJobs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to