]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MgrStatMonitor: do not spam subscribers (mgr) with service_map 44722/head
authorSage Weil <sage@newdream.net>
Thu, 2 Dec 2021 22:46:26 +0000 (17:46 -0500)
committerCory Snyder <csnyder@iland.com>
Fri, 21 Jan 2022 17:24:00 +0000 (12:24 -0500)
commit2beb1f92f19075dca3f55125509e1857c0ffe501
tree4755d83d7ffd10a629f24fb495704e7d333148c8
parent6d0261fcb9458c90b6f509c036c9df47e35eb281
mon/MgrStatMonitor: do not spam subscribers (mgr) with service_map

We are comparing the monmap epoch to the service_map epoch!

Fixes: https://tracker.ceph.com/issues/53479
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit d0f5ed13567f54b1bdedc388568d2afc5922ab70)

Conflicts:
src/mon/MgrStatMonitor.cc

Cherry-pick notes:
- MgrStatMonitor mon member was a pointer in Octopus
src/mon/MgrStatMonitor.cc