Itay Duvdevani created THRIFT-3279:
--------------------------------------

             Summary: Fix a bug in retry_max_delay (NodeJS)
                 Key: THRIFT-3279
                 URL: https://issues.apache.org/jira/browse/THRIFT-3279
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Library
            Reporter: Itay Duvdevani


The current max delay is unstable - when retry_delay == retry_max_delay the 
second branch is taken, and retry_delay is set to retry_max_delay * 
retry_backoff, which is larger than retry_max_delay.

This causes an oscillation between retry_max_delay and retry_max_delay * 
retry_backoff.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to