bug fix: das async rpc cond with lock.
This commit is contained in:
@ -5153,8 +5153,6 @@ int ObSchemaServiceSQLImpl::sort_table_partition_info(
|
||||
LOG_WARN("fail to mock partition array", KR(ret), K(table_schema));
|
||||
} else if (OB_FAIL(sort_subpartition_array(table_schema))) {
|
||||
LOG_WARN("failed to sort subpartition array", KR(ret), K(table_schema));
|
||||
} else if (OB_FAIL(table_schema.build_list_idx_hash_array())) {
|
||||
LOG_WARN("fail to build list idx hash array", KR(ret));
|
||||
}
|
||||
}
|
||||
LOG_TRACE("fetch partition info", KR(ret), K(table_schema));
|
||||
|
Reference in New Issue
Block a user