Hi, everyone. Recently, I’m reading the source code of Monitor. I found that, in PGMonitor::preprare_pg_stats() method, a callback C_Stats is put into PGMonitor::waiting_for_finished_proposal. I wonder, if a previous PGMap incremental is in PAXOS's propose----accept phase at the moment C_Stats is put into PGMonitor::waiting_for_finished_proposal, would this C_Stats be called when that PGMap incremental's PAXOS procedure is complete and PaxosService::_active() is invoked? If so, there exists the possibility that a MPGStats request get responsed before going through the PAXOS procedure. Is this right? Thank you:-) _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com