]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix dropping events in standby replay 12077/head
authorJohn Spray <john.spray@redhat.com>
Fri, 18 Nov 2016 21:11:54 +0000 (21:11 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 23 Nov 2016 18:36:09 +0000 (18:36 +0000)
commite3f2fa356f419cbac8d72bd068313f64769ef3af
treedae0da65102a9ea0d48eb84915e9bc20007672ed
parent44d9f9749ca26932b06863cdf81669b8b76959ce
mds: fix dropping events in standby replay

Ensure that we never drop the last segment during
standby replay -- this avoids the case where we
start ignoring events because we think we're
still waiting to see a subtreemap.

Fixes: http://tracker.ceph.com/issues/17954
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDLog.cc