]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/DaemonServer: handle MMgrReports in parallel
authorJohn Spray <john.spray@redhat.com>
Mon, 28 Aug 2017 11:29:36 +0000 (07:29 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 18 Sep 2017 09:44:40 +0000 (05:44 -0400)
commit64af9d3da0fceff9ad0ff668f60d272c46912f34
tree7e18df2df8f0a9eaa4e5b3fae5f0f5415096dfa3
parent806f10847cefe5c7a78fc319b1b130d372197dd3
mgr/DaemonServer: handle MMgrReports in parallel

The DaemonStateIndex locking is sufficient to make all
the report processing safe: holding DaemonServer::lock
through all ms_dispatch was unnecessarily serializing
dispatch.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/DaemonServer.cc