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 6b381b6 commit 46b30d4Copy full SHA for 46b30d4
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