csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

Retry Requeue with Exponential backoff #72

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

The Resync of the volume can take more time depends on the data in the volume. Instead of requeue the request immediately, we need to try with exponential backoff to avoid the load on the operator and also the number of RPC calls we make to the CSI driver

ShyamsundarR commented 3 years ago

(Question) A requeue would already do the exponential backoff, though the exponential backoff starts at 1 sec (or 0.5?), is the ask here to increase the initial backoff itself?

Madhu-1 commented 3 years ago

No idea. We need to check on that. This is a tracker for it. If it's already supporting we are good. We can close it

Madhu-1 commented 3 years ago

Not required as the operator framework is handling this one