We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9de4 commit 314c153Copy full SHA for 314c153
src/crimson/osd/pg.cc
@@ -1628,7 +1628,8 @@ bool PG::should_send_op(
1628
logger().debug("{} issue_repop shipping empty opt to osd."
1629
"{}, object {} beyond std::max(last_backfill_started, "
1630
"peer_info[peer].last_backfill {})",
1631
- peer, hoid, peering_state.get_peer_info(peer).last_backfill);
+ __func__, peer, hoid,
1632
+ peering_state.get_peer_info(peer).last_backfill);
1633
}
1634
return should_send;
1635
// TODO: should consider async recovery cases in the future which are not supported
0 commit comments