You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// it's a FAILED_PRECONDITION vterror, OR we cannot identify this as
306
306
// non-recoverable BUT it has persisted beyond the retry limit
307
307
// (maxTimeToRetryError). In addition, we cannot restart a workflow
308
-
// started with AtomicCopy which has _any_ error.
309
-
if (err!=nil&&vr.WorkflowSubType==int32(binlogdatapb.VReplicationWorkflowSubType_AtomicCopy)) ||
308
+
// started with AtomicCopy which has _any_ error during copy phase.
309
+
if (err!=nil&&vr.WorkflowSubType==int32(binlogdatapb.VReplicationWorkflowSubType_AtomicCopy)&&vr.state==binlogdatapb.VReplicationWorkflowState_Copying) ||
0 commit comments