nanjiek commented on code in PR #3180:
URL: https://github.com/apache/dubbo-go/pull/3180#discussion_r2727043724


##########
cluster/cluster/failback/cluster_invoker.go:
##########
@@ -182,34 +185,48 @@ type retryTimerTask struct {
        retries        int64
        maxRetries     int64
        lastT          time.Time
+       nextBackoff    time.Duration               // next retry wait duration

Review Comment:
   ```suggestion
   ```



##########
cluster/cluster/failback/cluster_invoker.go:
##########
@@ -182,34 +185,48 @@ type retryTimerTask struct {
        retries        int64
        maxRetries     int64
        lastT          time.Time
+       nextBackoff    time.Duration               // next retry wait duration

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to