提交 21e521f4 编写于 作者: S simonjoylet 提交者: LINGuanRen

fix log level of build index

上级 936acf05
...@@ -1138,7 +1138,7 @@ int ObGlobalIndexBuilder::drive_this_build_single_replica(const share::schema::O ...@@ -1138,7 +1138,7 @@ int ObGlobalIndexBuilder::drive_this_build_single_replica(const share::schema::O
is_checksum_equal, is_checksum_equal,
*mysql_proxy_))) { *mysql_proxy_))) {
if (OB_CHECKSUM_ERROR == ret) { if (OB_CHECKSUM_ERROR == ret) {
LOG_ERROR("fail to query column checksum", K(ret), "index_table_id", index_schema->get_table_id()); LOG_WARN("fail to query column checksum", K(ret), "index_table_id", index_schema->get_table_id());
} else { } else {
LOG_WARN("fail to query column checksum", K(ret), "index_table_id", index_schema->get_table_id()); LOG_WARN("fail to query column checksum", K(ret), "index_table_id", index_schema->get_table_id());
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册