fix das retry thread deadlock

This commit is contained in:
leslieyuchen
2023-08-24 07:40:33 +00:00
committed by ob-robot
parent a9fbca91d0
commit bb35a1f410
24 changed files with 105 additions and 81 deletions

View File

@ -717,7 +717,7 @@ int ObRemoteBaseExecuteP<T>::execute_with_sql(ObRemoteTask &task)
NULL, session->get_effective_tenant_id())) {
ret = OB_ERR_REMOTE_SCHEMA_NOT_FULL;
}
DAS_CTX(exec_ctx_).get_location_router().refresh_location_cache(true, ret);
DAS_CTX(exec_ctx_).get_location_router().refresh_location_cache_by_errno(true, ret);
}
//监控项统计结束
exec_end_timestamp_ = ObTimeUtility::current_time();