[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855896#comment-15855896
 ] 

Peter Bacsko commented on MAPREDUCE-6201:
-----------------------------------------

We have to increase 
"yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage".
 The disk checker turns the Mini cluster node status to {{UNHEALTHY}}. When we 
call {{client.getClusterStatus(true)}}, {{getActiveTrackerNames}} will return 0 
because nodes are not in {{RUNNING}} status - see 
{{ResourceMgrDelegate.getActiveTrackers()}}.

> TestNetworkedJob fails on trunk
> -------------------------------
>
>                 Key: MAPREDUCE-6201
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6201
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Robert Kanter
>            Assignee: Peter Bacsko
>
> Currently, {{TestNetworkedJob}} is failing on trunk:
> {noformat}
> Running org.apache.hadoop.mapred.TestNetworkedJob
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 215.01 sec 
> <<< FAILURE! - in org.apache.hadoop.mapred.TestNetworkedJob
> testNetworkedJob(org.apache.hadoop.mapred.TestNetworkedJob)  Time elapsed: 
> 67.363 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<0> but was:<2>
>       at org.junit.Assert.fail(Assert.java:88)
>       at org.junit.Assert.failNotEquals(Assert.java:743)
>       at org.junit.Assert.assertEquals(Assert.java:118)
>       at org.junit.Assert.assertEquals(Assert.java:555)
>       at org.junit.Assert.assertEquals(Assert.java:542)
>       at 
> org.apache.hadoop.mapred.TestNetworkedJob.testNetworkedJob(TestNetworkedJob.java:195)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to