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 d2175d2 commit a4732b1Copy full SHA for a4732b1
src/crimson/osd/replicated_backend.cc
@@ -253,7 +253,7 @@ void ReplicatedBackend::got_rep_op_reply(const MOSDRepOpReply& reply)
253
seastar::future<> ReplicatedBackend::stop()
254
{
255
LOG_PREFIX(ReplicatedBackend::stop);
256
- INFODPP("cid {}", coll->get_cid());
+ INFODPP("cid {}", dpp, coll->get_cid());
257
for (auto& [tid, pending_on] : pending_trans) {
258
pending_on.all_committed.set_exception(
259
crimson::common::system_shutdown_exception());
0 commit comments