提交 d49a9345 编写于 作者: O obdev 提交者: wangzelin.wzl

modify log level from error to warning when schedule a config update task failed

上级 b45018b9
......@@ -416,7 +416,7 @@ int ObConfigManager::got_version(int64_t version, const bool remove_repeat/* = f
update_task_.version_ = version;
update_task_.scheduled_time_ = ObTimeUtility::current_monotonic_raw_time();
if (OB_FAIL(TG_SCHEDULE(lib::TGDefIDs::CONFIG_MGR, update_task_, 0, false))) {
LOG_ERROR("Update local config failed", K(ret));
LOG_WARN("Update local config failed, may try later", K(ret));
} else {
LOG_INFO("Schedule update config task successfully!");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册