]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: deal with the case where you have a Session close event without a Session.
authorGreg Farnum <greg@inktank.com>
Fri, 19 Oct 2012 21:27:38 +0000 (14:27 -0700)
committerSage Weil <sage@inktank.com>
Sat, 20 Oct 2012 22:58:56 +0000 (15:58 -0700)
commite6cbcb240073ddb39c7434d6133c8c6722c71e1c
treeec48236d58db7382f1987d49cac8f6c877b8586c
parent5e221a404140f6d752b4b50637bd2e689570b4fa
mds: deal with the case where you have a Session close event without a Session.

This case shouldn't ever happen, but we've seen it, so there's a bug
somewhere. Handling a Session close when the Session is already closed
is easy, though -- we don't need to do anything!

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/journal.cc