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)