Yongjun Zhang created HADOOP-10888:
--------------------------------------
Summary: org.apache.hadoop.ipc.TestIPC.testRetryProxy failed often
with timeout
Key: HADOOP-10888
URL: https://issues.apache.org/jira/browse/HADOOP-10888
Project: Hadoop Common
Issue Type: Bug
Affects Versions: 2.5.0
Reporter: Yongjun Zhang
As an example,
https://builds.apache.org/job/PreCommit-HADOOP-Build/4333//testReport/org.apache.hadoop.ipc/TestIPC/testRetryProxy/
{code}
Error Message
test timed out after 60000 milliseconds
Stacktrace
java.lang.Exception: test timed out after 60000 milliseconds
at java.net.Inet4AddressImpl.getLocalHostName(Native Method)
at java.net.InetAddress.getLocalHost(InetAddress.java:1374)
at org.apache.hadoop.net.NetUtils.getConnectAddress(NetUtils.java:372)
at org.apache.hadoop.net.NetUtils.getConnectAddress(NetUtils.java:359)
at
org.apache.hadoop.ipc.TestIPC$TestInvocationHandler.invoke(TestIPC.java:212)
at org.apache.hadoop.ipc.$Proxy11.dummyRun(Unknown Source)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:186)
at
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:101)
at org.apache.hadoop.ipc.$Proxy11.dummyRun(Unknown Source)
at org.apache.hadoop.ipc.TestIPC.testRetryProxy(TestIPC.java:1060)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)