You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Doychin (JIRA)" <ji...@apache.org> on 2019/01/07 16:37:00 UTC

[jira] [Created] (GERONIMO-6674) @Retry with jitter = 0 generates error

Doychin created GERONIMO-6674:
---------------------------------

             Summary: @Retry with jitter = 0 generates error
                 Key: GERONIMO-6674
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6674
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Safeguard
    Affects Versions: 1.2
            Reporter: Doychin


If you use @Retry(jitter = 0) an error will be generated.

On the following line :

[https://github.com/apache/geronimo-safeguard/blob/0ecf05a7c65450112805dbb6cadba155c8bd4a7c/safeguard-impl/src/main/java/org/apache/safeguard/impl/retry/BaseRetryInterceptor.java#L198]

jitter = 0 is invalid value. There has to be check for that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)