add check skip start transfer in commit before replay commit and fix dead lock
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user