]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: waiting for slave reuqest to finish
authorYan, Zheng <zheng.z.yan@intel.com>
Sun, 17 Nov 2013 09:03:29 +0000 (17:03 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 16 Dec 2013 04:15:24 +0000 (12:15 +0800)
commite6c4d32e64f32dd3c7fe93be453fa6bd0eefa7ce
tree31035f2a76580d9ff617d44ef0431b675e5b0969
parent1536e814da94f1ce956784e3bf768e958a2892c9
mds: waiting for slave reuqest to finish

If MDS receives a client request, but find there is an existing
slave request. It's possible that other MDS forwarded the request
to us, but the MMDSSlaveRequest::OP_FINISH message arrives after
the client request.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDCache.cc
src/mds/Mutation.h
src/mds/Server.cc