]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: skip forwarding request if the session were removed 52845/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:21:00 +0000 (11:21 +0800)
commit1450db5033f837727d9c03b2adfe2d1f00e9c97a
treec0a3da4dd85d5e2bc4bcd9dcf5562002218e1b9d
parent2525bd142c2b79ad6e20dc58851aab5a0468e524
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