Skip to content
Commit e84346b7 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: preserve seq # on requeued messages after transient transport errors



If the tcp connection drops and we reconnect to reestablish a stateful
session (with the mds), we need to resend previously sent (and possibly
received) messages with the _same_ seq # so that they can be dropped on
the other end if needed.  Only assign a new seq once after the message is
queued.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent f818a736
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment