ddl task get schema with version

This commit is contained in:
simonjoylet
2022-11-24 12:39:55 +00:00
committed by wangzelin.wzl
parent c898272f6c
commit 543ec6c9ea
8 changed files with 37 additions and 1 deletions

View File

@ -395,6 +395,8 @@ int ObIndexBuildTask::check_health()
need_retry_ = false; // only stop run the task, need not clean up task context
} else if (OB_FAIL(refresh_status())) { // refresh task status
LOG_WARN("refresh status failed", K(ret));
} else if (OB_FAIL(refresh_schema_version())) {
LOG_WARN("refresh schema version failed", K(ret));
} else {
ObMultiVersionSchemaService &schema_service = root_service_->get_schema_service();
ObSchemaGetterGuard schema_guard;