提交 a4f1b2b6 编写于 作者: O obdev 提交者: ob-robot

fix wrong table_id used in handle_table_can_not_verify

上级 de84c3d7
......@@ -620,8 +620,8 @@ int ObCrossClusterTabletChecksumValidator::validate_cross_cluster_checksum(
} else if (is_exist || is_wait_tablet_checksum_timeout) { // all tablet checksum exist or timeout
if (OB_FAIL(check_cross_cluster_checksum(*table_schema, frozen_scn))) {
if (OB_ITEM_NOT_MATCH == ret) {
if (OB_TMP_FAIL(handle_table_can_not_verify(table_id, table_compaction_map))) {
LOG_WARN("fail to handle table can not verify", KR(ret), K(table_id));
if (OB_TMP_FAIL(handle_table_can_not_verify(table_schema->get_table_id(), table_compaction_map))) {
LOG_WARN("fail to handle table can not verify", KR(ret), "table_id", table_schema->get_table_id());
} else {
ret = OB_SUCCESS; // ignore ret
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册