ceph: discard incoming messages with bad seq #
authorSage Weil <sage@newdream.net>
Thu, 22 Apr 2010 14:47:01 +0000 (07:47 -0700)
committerSage Weil <sage@newdream.net>
Mon, 3 May 2010 17:49:24 +0000 (10:49 -0700)
We can get old message seq #'s after a tcp reconnect for stateful sessions
(i.e., the MDS).  If we get a higher seq #, that is an error, and we
shouldn't see any bad seq #'s for stateless (mon, osd) connections.

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

No differences found