You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by rick-kilgore <gi...@git.apache.org> on 2014/11/25 07:57:08 UTC

[GitHub] storm pull request: STORM-495: KafkaSpout retries with exponential...

Github user rick-kilgore commented on the pull request:

    https://github.com/apache/storm/pull/254#issuecomment-64317893
  
    This PR is now update to incorporate most of the changes suggested by @wurstmeister.  I also discovered that the conflict I was worried about with TOPOLOGY_MESSAGE_TIMEOUT_SECS does not exist (this timeout affects life of a tuple between retries, not across them), so I removed the special handling and warning message logic.
    
    I also up-merged and created tests for the new ExponentialBackoffMsgRetryManager class.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---