Skip to content

Commit 00e0f67

Browse files
athanatosMatan-B
authored andcommitted
crimson: handle_rep_op_reply downgrade stale message to debug
This isn't actually unusual or alarming. Signed-off-by: Samuel Just <[email protected]> (cherry picked from commit d5f6d03)
1 parent 2ed4296 commit 00e0f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/osd.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ seastar::future<> OSD::handle_rep_op_reply(
14471447
m->finish_decode();
14481448
pg->handle_rep_op_reply(*m);
14491449
} else {
1450-
WARN("stale reply: {}", *m);
1450+
DEBUG("stale reply: {}", *m);
14511451
}
14521452
return seastar::now();
14531453
});

0 commit comments

Comments
 (0)