bug fix: das async rpc cond with lock.

This commit is contained in:
rolandqi
2023-01-12 03:38:15 +00:00
committed by ob-robot
parent eba0f8509b
commit 9af7d16da8
8 changed files with 254 additions and 329 deletions

View File

@ -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));