We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
existed
1 parent 5b5d2ea commit 583cb17Copy full SHA for 583cb17
src/crimson/osd/object_context_loader.cc
@@ -14,7 +14,8 @@ using crimson::common::local_conf;
14
{
15
LOG_PREFIX(ObjectContextLoader::with_head_obc);
16
auto [obc, existed] = obc_registry.get_cached_obc(oid);
17
- DEBUGDPP("object {}", dpp, obc->get_oid());
+ DEBUGDPP("object {} existed {}",
18
+ dpp, obc->get_oid(), existed);
19
assert(obc->is_head());
20
obc->append_to(obc_set_accessing);
21
return obc->with_lock<State, IOInterruptCondition>(
0 commit comments