From: Sage Weil Date: Tue, 4 Apr 2017 20:05:23 +0000 (-0400) Subject: mgr/Mgr: log something at end of handle_mgr_digest X-Git-Tag: v12.0.2~166^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f2a44f41607f0949a44b8399d56c6827a1a47fd5;p=ceph.git 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 --- diff --git a/src/mgr/Mgr.cc b/src/mgr/Mgr.cc index a3a00807031f..2c095135b0cf 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(); }