fix schedule fast gc sstable after stop server
This commit is contained in:
3
deps/oblib/src/lib/alloc/object_set.cpp
vendored
3
deps/oblib/src/lib/alloc/object_set.cpp
vendored
@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user