You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Pramod Immaneni (JIRA)" <ji...@apache.org> on 2016/06/25 13:23:37 UTC

[jira] [Resolved] (APEXCORE-214) Containers Fail With RPC Timeout

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

Pramod Immaneni resolved APEXCORE-214.
--------------------------------------
    Resolution: Implemented

Already implemented with a setting to change timeout value

> Containers Fail With RPC Timeout
> --------------------------------
>
>                 Key: APEXCORE-214
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-214
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Timothy Farkas
>            Assignee: Pramod Immaneni
>
> 2015-10-22 09:32:28,545 WARN com.datatorrent.stram.RecoverableRpcProxy: RPC failure, attempting reconnect after 10000 ms (remaining 28998 ms)
> java.lang.reflect.UndeclaredThrowableException
> 	at com.sun.proxy.$Proxy16.processHeartbeat(Unknown Source)
> 	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at com.datatorrent.stram.RecoverableRpcProxy.invoke(RecoverableRpcProxy.java:124)
> 	at com.sun.proxy.$Proxy16.processHeartbeat(Unknown Source)
> 	at com.datatorrent.stram.engine.StreamingContainer.heartbeatLoop(StreamingContainer.java:676)
> 	at com.datatorrent.stram.engine.StreamingContainer.main(StreamingContainer.java:275)
> Caused by: java.io.EOFException: End of File Exception between local host is: "node6.morado.com/192.168.2.10"; destination host is: "node4.morado.com":33745; : java.io.EOFException; For more details see:  http://wiki.apache.org/hadoop/EOFException
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> 	at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
> 	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:764)
> 	at org.apache.hadoop.ipc.Client.call(Client.java:1472)
> 	at org.apache.hadoop.ipc.Client.call(Client.java:1399)
> 	at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:244)
> 	... 8 more
> Caused by: java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:392)
> 	at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1071)
> 	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:966)



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