]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: skip forwarding request if the session were removed 52844/head
authorXiubo Li <xiubli@redhat.com>
Mon, 10 Jul 2023 03:48:55 +0000 (11:48 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 7 Aug 2023 03:19:50 +0000 (11:19 +0800)
commitb0126c090c680975753a170ade69cc2d8afd02d2
tree9aa816b229b1a27af13fb952674c8f6a7b93d51e
parent43fa4947b83c31220a48f9718d6718e5c049b57e
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>
(cherry picked from commit d0bfbbea44e22fc545363cd6af47d28e18e353b0)
src/mds/MDCache.cc
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Server.cc