[ https://issues.apache.org/jira/browse/STORM-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163551#comment-14163551 ]
ASF GitHub Bot commented on STORM-513: -------------------------------------- Github user HeartSaVioR commented on the pull request: https://github.com/apache/storm/pull/286#issuecomment-58366793 @dan-blanchard You're welcome! Actually it doesn't let subprocess sends heartbeat periodically, so it can't cover some situations. ex) subprocess is alive but cannot process "heartbeat" tuple in time It can be possible if subprocess is too busy or subprocess takes long time to process "one" tuple. Current approach is simpler than others, but if we should cover edge-case, I will try to take care of it. > ShellBolt keeps sending heartbeats even when child process is hung > ------------------------------------------------------------------ > > Key: STORM-513 > URL: https://issues.apache.org/jira/browse/STORM-513 > Project: Apache Storm > Issue Type: Bug > Environment: Linux: 2.6.32-431.11.2.el6.x86_64 (RHEL 6.5) > Reporter: Dan Blanchard > Priority: Blocker > > If I'm understanding everything correctly with how ShellBolts work, the Java > ShellBolt executor is the part of the topology that sends heartbeats back to > Nimbus to let it know that a particular multilang bolt is still alive. The > problem with this is that if the multilang subprocess/bolt severely hangs > (i.e., it will not even respond to {{SIGALRM}} and the like), the Java > ShellBolt does not seem to notice or care. Simply having the tuple get > replayed when it times out will not suffice either, because the subprocess > will still be stuck. > The most obvious way to handle this seem to be to add heartbeating to the > multilang protocol itself, so that the ShellBolt expects a message of some > kind every {{timeout}} seconds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)