Github user miguno commented on the pull request:

    https://github.com/apache/storm/pull/429#issuecomment-74032874
  
    This patch allows a worker to properly detect that the connection to a peer 
becomes unavailable -- for whatever reason (the remote worker is dead or 
restarting, there was a network glitch, etc). Also, any reconnection attempts 
are now async so that reconnecting will not block other activities of the 
worker (such as sending messages to other workers it is still connected to).
    
    So to your question: this patch includes the case of the worker that 
remained alive trying to (re)connect to a dead peer.
    
    Does that help?
    



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

Reply via email to