]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/Mgr: log something at end of handle_mgr_digest
authorSage Weil <sage@redhat.com>
Tue, 4 Apr 2017 20:05:23 +0000 (16:05 -0400)
committerSage Weil <sage@redhat.com>
Tue, 4 Apr 2017 20:05:23 +0000 (16:05 -0400)
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 <sage@redhat.com>
src/mgr/Mgr.cc

index a3a00807031f552ce16d75907d77d3b9f2a29d2a..2c095135b0cf09a04d6920a54efdca2c9a16574f 100644 (file)
@@ -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();
 }