listener will be interrupted by Rendezvous Error

Sometimes, the pricenet listener will be interrupted by below Rendezvous Error , and this listener  is running on INTG server, can you please help me to check what happened?

 

Rendezvous Error Not Handled by User Program:

{ sub=[_RV.ERROR.SYSTEM.DATALOSS.INBOUND.BCAST] mtype="D" data={ ADV_CLASS="ERROR" ADV_SOURCE="SYSTEM" ADV_NAME="DATALOSS.INBOUND.BCAST" ADV_DESC="dataloss: remote daemon did not satisfy our retransmission request(s)" host="xxx" lost=16}}

 

==============

Normally we use a rvd daemon to pass the message to south side rvd , and subscribe establish listener on south side rvd daemon. If the message is too big, it will be split to several packages, south side rvd daemon will send retransmission request if package drops in the transmission. When passing the message to south rvd, the message will keep in memory for 10 sec for retransmission request. If more than 10 sec, it will be dropped. When south rvd send the retransmission request, if the message already be dropped from the memory, south side rvd  will be noticed the error info you mentioned below. RVD transport using UDP protocol. We can’t avoid the message lost.   

 

===========

the INT used remote daemon, it's very possibale to get the dataloss error

你可能感兴趣的:(server,user,System,Class)