From 69d9599806bfb189cb99f97f430c1b3629e10cc5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 27 May 2018 09:49:37 -0500 Subject: [PATCH] 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 --- src/mon/OSDMonitor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 01730126abad2..d30e3c4d12c92 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2176,6 +2176,7 @@ bool OSDMonitor::preprocess_failure(MonOpRequestRef op) return false; didit: + mon->no_reply(op); return true; } -- 2.39.5