fix spm evolution task can not finish due to add plan failed

This commit is contained in:
obdev
2024-05-09 15:06:09 +00:00
committed by ob-robot
parent 7f64a468c6
commit fd298c183d
10 changed files with 3 additions and 21 deletions

View File

@ -3952,7 +3952,7 @@ int ObSql::execute_get_plan(ObPlanCache &plan_cache,
if (OB_SQL_PC_NOT_EXIST == ret || OB_PC_LOCK_CONFLICT == ret) {
// do nothing
} else {
LOG_WARN("fail to get physical plan", K(ret));
LOG_WARN("fail to get physical plan", K(ret), KPC(guard.get_cache_obj()));
}
}
}