]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: advance clientreplay when replying 7216/head
authorJohn Spray <john.spray@redhat.com>
Wed, 13 Jan 2016 11:38:17 +0000 (11:38 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 13 Jan 2016 12:04:33 +0000 (12:04 +0000)
commit24de350d936e5ed70835d0ab2ad6b0b4f506123f
tree2718912310784eedb79b13d7c3c32ff1c610ae85
parent92d3d175271830fceff04e46a14c735f99626eae
mds: advance clientreplay when replying

...not just at the end of _dispatch.  Often we reply
to clients (i.e. complete a request) outside of
_dispatch, and currently in these cases we fail
to check for clientreplay completion (only hitting
that next time someone talks to _dispatch)

Fixes: #14357
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Server.cc