]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: add the event when creating the batch head
authorXiubo Li <xiubli@redhat.com>
Wed, 31 Jul 2024 02:14:59 +0000 (10:14 +0800)
committerMilind Changire <mchangir@redhat.com>
Sat, 25 Jan 2025 02:23:59 +0000 (07:53 +0530)
commitc6ac3a824803ced6ff1825b10f78be22c3e59080
tree6f2aee28adf4844b063c4fb049dffe147e43a3f0
parent7b25c6641e05e4a1c39e22b24d899178d3486a73
mds: add the event when creating the batch head

This could help us the debug the slow request or deadlock bugs and
we could know which stage the request has been in.

Fixes: https://tracker.ceph.com/issues/67280
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 7e08760a0e560759fa73e7b889494bdb60a03ff3)
src/mds/Server.cc