You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Navina Ramesh (JIRA)" <ji...@apache.org> on 2016/03/04 20:37:40 UTC

[jira] [Created] (SAMZA-888) SamzaContainer initializes ExponentialSleepStrategy with randInt that is inclusive of 0

Navina Ramesh created SAMZA-888:
-----------------------------------

             Summary: SamzaContainer initializes ExponentialSleepStrategy with randInt that is inclusive of 0
                 Key: SAMZA-888
                 URL: https://issues.apache.org/jira/browse/SAMZA-888
             Project: Samza
          Issue Type: Bug
            Reporter: Navina Ramesh


SamzaContainer initializes ExponentialSleepStrategy with randInt for initialDelay, when reading the JobModel. 

randInt is inclusive of 0. initialDelay cannot be 0 in a backoff approach. The assert check in ExponentialSleepStrategy ends up failing the container occasionally. This should be fixed to not include 0 for initialDelay.



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