fix schedule fast gc sstable after stop server

This commit is contained in:
Tyshawn
2021-09-24 15:26:58 +08:00
committed by wangzelin.wzl
parent 81b151f04d
commit cd2ffe63ad
6 changed files with 57 additions and 80 deletions

View File

@ -509,7 +509,8 @@ void ObjectSet::reset()
if (!has_unfree) {
int64_t pos = snprintf(buf,
buf_len,
"label: %s, static_id: %d, static_info: %s, dynamic_info: %s",
"context: %p, label: %s, static_id: 0x%lx, static_info: %s, dynamic_info: %s",
mem_context_,
label,
mem_context_->get_static_id(),
common::to_cstring(mem_context_->get_static_info()),