You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrew Medvedev (JIRA)" <ji...@apache.org> on 2018/06/14 04:16:00 UTC

[jira] [Created] (IGNITE-8787) Striped Executor thread failure is not processed by IgniteFailureProcessor

Andrew Medvedev created IGNITE-8787:
---------------------------------------

             Summary: Striped Executor thread failure is not processed by IgniteFailureProcessor
                 Key: IGNITE-8787
                 URL: https://issues.apache.org/jira/browse/IGNITE-8787
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrew Medvedev
         Attachments: after.jstack, before.jstack

org.apache.ignite.internal.util.StripedExecutor.Stripe#run currently does not invoke IgniteFailureProcessor upon thread death. This can lead to dying all striped threads on a running node. see jstacks attach before and after killing all striped threads (via JMX).

 

If striped executor threads are considered critical, they should be processed by IgniteFailureProcessor as well



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)