add check skip start transfer in commit before replay commit and fix dead lock

This commit is contained in:
wxhwang
2023-06-27 21:42:15 +00:00
committed by ob-robot
parent cd1b04ff90
commit d0b5dd3226
4 changed files with 26 additions and 49 deletions

View File

@ -3458,9 +3458,7 @@ int ObTenantDagScheduler::cancel_dag_net(const ObDagId &dag_id)
}
}
if (OB_SUCC(ret)) {
notify();
}
// Donot call notify(), may cause dead lock.
}
return ret;
}