fix some log level

This commit is contained in:
chaser-ch
2024-02-27 08:15:13 +00:00
committed by ob-robot
parent 8d450b430a
commit 339ab51069
3 changed files with 7 additions and 5 deletions

View File

@ -628,7 +628,7 @@ int ObCompactionBufferWriter::ensure_space(int64_t size)
if (NULL != ref_mem_ctx_) {
ref_mem_ctx_->inc_buffer_hold_mem(capacity_ - old_capacity);
} else {
LOG_INFO("no mem ctx has setted to thread", K(ret), K(label_), K(size), K(capacity_), K(old_capacity));
LOG_TRACE("no mem ctx has setted to thread", K(ret), K(label_), K(size), K(capacity_), K(old_capacity));
}
}
return ret;