Hello All,
May I ask if anyone has seen such log errors generated before?
RMDSThread error: Channel Stucked, RMDS client data blocked over 10000 retries, continue retrying
The stack trace as follows:
java.lang.RuntimeException: RMDSThread error: Unexpected spsc channel stuck at xxx.marketdata.mds.rmds.lockfree.client.RmdsListenerClient.forcePutMessage(RmdsListenerClient.java:57) at xxx.marketdata.mds.rmds.lockfree.client.RmdsListenerClient.onMessage(RmdsListenerClient.java:45) at xxx.jrfa.JRFAThreadContext.dispatchMessage(JRFAThreadContext.java:394) at xxx.jrfa.JRFAThreadContext.processMarketPriceUpdateMsg(JRFAThreadContext.java:629) at xxx.jrfa.JRFAThreadContext.processMarketPriceMsg(JRFAThreadContext.java:580) at xxx.jrfa.JRFAThreadContext.processEvent(JRFAThreadContext.java:552) at com.reuters.rfa.internal.common.ResponseMessage.dispatchToClient(Unknown Source) at com.reuters.rfa.internal.common.ResponseMessage.dispatch(Unknown Source) at com.reuters.rfa.internal.common.EventQueueImpl.localDispatch(Unknown Source) at com.reuters.rfa.internal.common.EventQueueImpl.dispatch(Unknown Source) at xxx.jrfa.JRFAThreadContext$DispatcherThread.run(JRFAThreadContext.java:734)
Thinking where to start investigations.
Thank you very much, in advance!
It should be a message generated by the application. I am not sure what it means.
You can check the RFA configurations. 10000 is the default value of the connectionTimeout configuration.
Moreover, from the call stack, the exception happened in the application code.
java.lang.RuntimeException: RMDSThread error: Unexpected spsc channel stuck at xxx.marketdata.mds.rmds.lockfree.client.RmdsListenerClient.forcePutMessage(RmdsListenerClient.java:57)
Thank you @Jirapongse , the question actually came from the developers themselves.
What are your opinions though?
Because if there are specific points which you think they can check for their code, I can help to get back to them with questions.
Thank you @Jirapongse , we have found a possible root cause so closing this thread.