]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: skip forwarding request if the session were removed
authorXiubo Li <xiubli@redhat.com>
Mon, 10 Jul 2023 03:48:55 +0000 (11:48 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 11 Jul 2023 11:56:25 +0000 (19:56 +0800)
commitd0bfbbea44e22fc545363cd6af47d28e18e353b0
tree8da2708b5e51b1afe767fbd40908add30b216d88
parent016830f40414477ec5b5be7b4f88f104218eca53
mds: skip forwarding request if the session were removed

When forwarding the requests, the corresponding session could be
already closed.

https://tracker.ceph.com/issues/60625
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/MDCache.cc
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Server.cc