]> 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)
committerJos Collin <jcollin@redhat.com>
Thu, 28 Aug 2025 04:04:39 +0000 (09:34 +0530)
commit8ed9f3b3c76f021fbdc958f0f7f78ae987af8098
treea78afc00de94f1dc85dfb3968b59fe1a48f39a35
parent761eb16125a795a445f115c24741364c741f29f2
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