Sunil G created YARN-4453:
-----------------------------
Summary: TestMiniYarnClusterNodeUtilization occasionally times out
in trunk
Key: YARN-4453
URL: https://issues.apache.org/jira/browse/YARN-4453
Project: Hadoop YARN
Issue Type: Bug
Components: test
Reporter: Sunil G
TestMiniYarnClusterNodeUtilization failures are observed in few test runs in
YARN-4293.
In local also, same test case is timing out.
{noformat}
java.lang.Exception: test timed out after 60000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:158)
at com.sun.proxy.$Proxy85.nodeHeartbeat(Unknown Source)
at
org.apache.hadoop.yarn.server.TestMiniYarnClusterNodeUtilization.testUpdateNodeUtilization(TestMiniYarnClusterNodeUtilization.java:113)
{noformat}
YARN-3980, where this test are added, reported few timed-out cases. I think
this is to be investigated because its not looks good to increase timeout for
tests, if tests fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)