ceph: fix ack counter reset on connection reset
authorSage Weil <sage@newdream.net>
Fri, 2 Apr 2010 23:07:19 +0000 (16:07 -0700)
committerSage Weil <sage@newdream.net>
Fri, 2 Apr 2010 23:07:19 +0000 (16:07 -0700)
If in_seq_acked isn't reset along with in_seq, we don't ack received
messages until we reach the old count, consuming gobs memory on the other
end of the connection and introducing a large delay when those messages
are eventually deleted.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found