]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: consider max age of dispatch queue when finding stale client 22999/head
authorYan, Zheng <zyan@redhat.com>
Thu, 12 Jul 2018 02:52:57 +0000 (10:52 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 6 Aug 2018 03:31:55 +0000 (11:31 +0800)
commit2ca5708df6cdb4732e7ced3dcf37c966a09aa4d2
treeba6dfd32647467eaf88c398e3efab7719f37d93a
parent5a6a9a3fdafa4d68d337e031dd2358215771be8f
mds: consider max age of dispatch queue when finding stale client

session renew messages from clients can be in the dispatch queue,
waiting for getting dispatched.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Server.cc