ddl not record warning of entry not exist in dag warning history

This commit is contained in:
simonjoylet
2023-04-06 15:11:00 +00:00
committed by ob-robot
parent 667cbe6e84
commit b969710b6f
7 changed files with 31 additions and 2 deletions

View File

@ -383,6 +383,13 @@ int ObComplementDataDag::create_first_task()
return ret;
}
bool ObComplementDataDag::ignore_warning()
{
return OB_EAGAIN == dag_ret_
|| OB_NEED_RETRY == dag_ret_
|| OB_TASK_EXPIRED == dag_ret_;
}
int ObComplementDataDag::prepare_context()
{
int ret = OB_SUCCESS;