From f2a44f41607f0949a44b8399d56c6827a1a47fd5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 4 Apr 2017 16:05:23 -0400 Subject: [PATCH] mgr/Mgr: log something at end of handle_mgr_digest Saw a run that showed the notify_all pg_summary as the last message for this thread; hopefully we can see if it is blocked in notify_all() or not. Signed-off-by: Sage Weil --- src/mgr/Mgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgr/Mgr.cc b/src/mgr/Mgr.cc index a3a00807031f5..2c095135b0cf0 100644 --- a/src/mgr/Mgr.cc +++ b/src/mgr/Mgr.cc @@ -550,7 +550,7 @@ void Mgr::handle_mgr_digest(MMgrDigest* m) // Hack: use this as a tick/opportunity to prompt python-land that // the pgmap might have changed since last time we were here. py_modules.notify_all("pg_summary", ""); - + dout(10) << "done." << dendl; m->put(); } -- 2.39.5