You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Sean Zhong (JIRA)" <ji...@apache.org> on 2014/05/21 03:47:38 UTC

[jira] [Created] (STORM-329) Add Option to Config Message handling strategy when connection timeout

Sean Zhong created STORM-329:
--------------------------------

             Summary: Add Option to Config Message handling strategy when connection timeout
                 Key: STORM-329
                 URL: https://issues.apache.org/jira/browse/STORM-329
             Project: Apache Storm (Incubating)
          Issue Type: Improvement
    Affects Versions: 0.9.2-incubating
            Reporter: Sean Zhong
            Priority: Minor
             Fix For: 0.9.2-incubating


This is to address:
https://github.com/apache/incubator-storm/pull/103#issuecomment-43632986

Link to issue: https://issues.apache.org/jira/browse/STORM-297

If some worker crash suddenly, how to handle the message which was supposed to be delivered to the worker?

1. Should we buffer all message infinitely?
2. Should we block the message sending until the connection is resumed?
3. Should we config a buffer limit, try to buffer the message first, if the limit is met, then block?
4. Should we neither block, nor buffer too much, but choose to drop the messages, and use the built-in storm failover mechanism? 



--
This message was sent by Atlassian JIRA
(v6.2#6252)