From: Sage Weil Date: Sun, 27 May 2018 14:49:37 +0000 (-0500) Subject: mon/OSDMonitor: no_reply on ignored MOSDFailure X-Git-Tag: v12.2.6~16^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1799444e5c0ef8c6bfadee19b91f93d3ea94487e;p=ceph.git mon/OSDMonitor: no_reply on ignored MOSDFailure If we are ignoring the message, tell the forwarding mon to discard it's state. Fixes: http://tracker.ceph.com/issues/24322 Signed-off-by: Sage Weil (cherry picked from commit 69d9599806bfb189cb99f97f430c1b3629e10cc5) --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index a4d37b16133..2e5f99b736e 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -1872,6 +1872,7 @@ bool OSDMonitor::preprocess_failure(MonOpRequestRef op) return false; didit: + mon->no_reply(op); return true; }