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

fix the bug that unit_config didn't change mclock scale

上级 612e0b39
......@@ -847,7 +847,11 @@ int ObTenantIOManager::update_basic_io_config(const ObTenantIOConfig &io_config)
if (!io_config.enable_io_tracer_) {
io_tracer_.reuse();
}
LOG_INFO("update basic io config success", K(tenant_id_), K(io_config_));
if (OB_FAIL(io_clock_->update_io_clocks(io_config_))) {
LOG_WARN("refresh io clock failed", K(ret), K(io_config_));
} else {
LOG_INFO("update basic io config success", K(tenant_id_), K(io_config_), K(io_config));
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册