Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/795#issuecomment-148217847
Seems like default value of storm.messaging.netty.max_wait_ms is very small.
I didn't see the details about StormBoundedExponentialBackoffRetry, but if
it is running as intended via class comment, we're sleeping between 100 ~ 1000
ms for each retry by default.
But we're pinning max retry count to 29 from
ExponentialBackoffRetry.validateMaxRetries() since we use 1 << retryCount to
sleep, resulting that we only sleep about max 29 secs, which is too short.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---