]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: find a new head for the batch ops when the head is dead 56941/head
authorXiubo Li <xiubli@localhost.localdomain>
Wed, 17 Apr 2024 07:24:10 +0000 (15:24 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 18 Apr 2024 14:29:24 +0000 (22:29 +0800)
commit793ea12a2c7b03140331d40f028677f63cfc9de6
tree64ce4aadbb2b93011130f6a0f35d091332904f12
parent8e5d4841d618e0cb445bc094c0c8f9e7f0d2544a
mds: find a new head for the batch ops when the head is dead

If the batch head request is already dead and then we need to choose
a new batch head anyways and release the reference for the current
batch head request. Else it will be reported as slow request.

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