question

Upvotes
Accepted
3 0 0 2

Help: RMDS client data blocked over 10000 retries

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!


rfa
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @s0nnyZ ,

Consequent to your confirmation that the cause of the issue has been found, and assuming that the last comment by @Jirapongse was helpful in finding it, I am accepting it as the best answer.

Thanks for your participation in the forums,

-AHS

Upvotes
Accepted
78.8k 250 52 74

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.

1640858103886.png

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)

1640858103886.png (18.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
78.8k 250 52 74

@s0nnyZ

It could be an application error, not an RFA error.

Please contact your developers to verify this error.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 0 0 2

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 0 0 2

Thank you @Jirapongse , we have found a possible root cause so closing this thread.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.