You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the disconnect log messages for the DCP consumer and producer
to:
1. Make it clear that the last message refers to all messages and
not just noops.
2. Include the DCP noop interval.
Example Producer Disconnect Log Message:
"Disconnecting because a message has not been received for the DCP idle
timeout of 360s. Sent last message (e.g. mutation/noop/streamEnd) 0s
ago. Received last message 361s ago. Last sent noop 0s ago. DCP noop
interval is 1s. opaque: 10000019, pendingRecv: false."
Example Consumer Disconnect Log Message:
Disconnecting because a message has not been received for the DCP idle
timeout of 360s. Received last message (e.g. mutation/noop/StreamEnd)
361s ago. DCP noop interval is 1s.
Change-Id: I56a891cc25a1afdf8590613fd2057ea13dab5ba2
Reviewed-on: http://review.couchbase.org/108164
Tested-by: Build Bot <[email protected]>
Reviewed-by: Paolo Cocchi <[email protected]>
0 commit comments