]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson: handle_rep_op_reply downgrade stale message to debug
authorSamuel Just <sjust@redhat.com>
Tue, 18 Mar 2025 19:34:53 +0000 (19:34 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 30 Apr 2025 08:22:09 +0000 (08:22 +0000)
This isn't actually unusual or alarming.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit d5f6d033b612a691d27b5b78cf2361180cda696c)

src/crimson/osd/osd.cc

index 57227eaa66d6c62343585cde461ebd85bcf2c3ad..8a6bb5c6d43c201a34c700ca3f4bea26245a7ccf 100644 (file)
@@ -1447,7 +1447,7 @@ seastar::future<> OSD::handle_rep_op_reply(
        m->finish_decode();
        pg->handle_rep_op_reply(*m);
       } else {
-       WARN("stale reply: {}", *m);
+       DEBUG("stale reply: {}", *m);
       }
       return seastar::now();
     });