question

Upvotes
Accepted
1 0 0 0

MarketPrice domain connection loss

@Ron Bove


At 04:49UTC on 27th January, we received a status message with no state on all the connections using the uat_puffin login:


StatusMsg

streamId="1697"

domain="MarketPrice Domain"

itemGroup="00 f8"

name="STXE43000D4.EX"

nameType="1"

serviceId="259"

serviceName="hEDD"

StatusMsgEnd


I think the RIC is irrelevant, because it happened at exactly the same time on all connections, with different RICs.


It feels that the connection has died, because at the moment, we are responding to messages like this by uninitializing the OmmConsumer and creating a new one to reconnect, but we fail on the first step with this error:


OmmConsumerImpl loggerMsg

ClientName: EmaConsumer_2

Severity: Error

Text: Failed to uninitialize OmmBaseImpl (_executor.awaitTermination() timed out).

loggerMsgEnd


This is leaving us stuck until we manually do a complete restart of our application.


Are you able to give any advice on what the status message represents? And why we are unable to uninitialize the consumer?

refinitiv-realtime#technology
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.

Hllo @malcolm.cudworth

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvote
Accepted
22.1k 59 14 21

Hi @malcolm.cudworth,

You haven't captured enough information in the status message. If your application is able to reproduce this error, then please turn on the OMM logs from SDK which should contain the reason and the ststus code.

If the connection had failed, then once it resumes, the OMMConsumer automatically re-connects. The SDK takes care of re-subscribing to all the open items on applications behalf. Since your application is connecting to local market data system, you can probably see the reason for this status/connection loss in the ADS logs as well.

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
24.7k 54 17 14

Hello @malcolm.cudworth

About how to turn on the OMM logs, please see the "Logger Configuration" section of the Enterprise Message API (EMA) - Configuration Overview article.

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
79.2k 251 52 74

@malcolm.cudworth

Typically, a status message can convey changes in:

  • stream state or data state
  • stream's permisioning information
  • item group

According to your information (a status message with no state), a status messgae may convey changes in an item group. However, it is better to contact the server team to confirm this.

Regarding the error message, I checked the code on GitHub and found that the API will report this error if it can't shutdown the executor within the SHUTDOWN_TIMEOUT_IN_SECONDS (3 seconds). I assume that the API may be still dispatching messages to the applicaiton.


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.