ddl task get schema with version
This commit is contained in:
committed by
wangzelin.wzl
parent
c898272f6c
commit
543ec6c9ea
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user