From: Venky Shankar Date: Mon, 2 Jun 2025 05:04:46 +0000 (+0000) Subject: client: log unsafe operation count (for debugging) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f29c63e20bdcd743edfdb820a5f9da80d0367d62;p=ceph.git client: log unsafe operation count (for debugging) Signed-off-by: Venky Shankar --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 5e38ae702ec0..27e81beccb52 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -12160,6 +12160,8 @@ void Client::C_nonblocking_fsync_state::advance() ldout(clnt->cct, 10) << "no metadata needs to commit" << dendl; } + ldout(clnt->cct, 10) << __func__ <<": in->unsafe_ops=" << in->unsafe_ops.size() << dendl; + if (!syncdataonly && !in->unsafe_ops.empty()) { waitfor_safe = true; clnt->flush_mdlog_sync(in);