提交 e059517f 编写于 作者: R renju96 提交者: ob-robot

fix the bug that io_tracer cannot open

上级 ef32051b
......@@ -766,8 +766,8 @@ int ObTenantIOManager::update_basic_io_config(const ObTenantIOConfig &io_config)
io_config_.memory_limit_ = io_config.memory_limit_;
io_config_.callback_thread_count_ = io_config.callback_thread_count_;
io_config_.unit_config_ = io_config.unit_config_;
if (!io_config_.enable_io_tracer_) {
ATOMIC_SET(&io_config_.enable_io_tracer_, false);
ATOMIC_SET(&io_config_.enable_io_tracer_, io_config.enable_io_tracer_);
if (!io_config.enable_io_tracer_) {
io_tracer_.reuse();
}
LOG_INFO("update basic io config success", K(tenant_id_), K(io_config_));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册