|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
When many messages arrive in rapid succession, rvd buffers the messages until clients can consume them (that is, accept them from rvd). When unconsumed inbound messages either wait for more than 60 seconds or overflow the client’s buffer (within the daemon), rvd discards them, and presents this advisory to the affected client transport to indicate that data has been lost. This advisory is the next message that the transport receives—ahead of all other inbound messages.
The number of messages that rvd has discarded. The total number of bytes in the messages that rvd has discarded.
• time limit indicates that the data remained unconsumed in the daemon beyond the 60-second time limit.
• size limit indicates that message data overflowed the explicit size limit specified in the daemon’s -max-consumer-buffer parameter.
•
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |