We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa2a75 commit 7b0e4ffCopy full SHA for 7b0e4ff
pkg/replication/sync_inspector.go
@@ -66,7 +66,6 @@ func (dr *DeploymentReplication) inspectDeploymentReplication(lastInterval time.
66
}
67
timeout := CancellationTimeout + AbortTimeout
68
if isTimeExceeded(timestamp, timeout) {
69
- // Cancellation and abort timeout exceeded, so it must go into failed state.
70
dr.failOnError(err, fmt.Sprintf("Failed to cancel synchronization in %s", timeout.String()))
71
72
@@ -265,5 +264,3 @@ func (dr *DeploymentReplication) inspectIncomingSynchronizationStatus(destStatus
265
264
Error: "",
266
267
268
-
269
-}
0 commit comments