You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2015/06/18 13:50:01 UTC

[jira] [Created] (IGNITE-1032) discovery: discovery.tcp.ServerImpl.RingMessageWorker#processStatusCheckMessage should not block

Yakov Zhdanov created IGNITE-1032:
-------------------------------------

             Summary: discovery: discovery.tcp.ServerImpl.RingMessageWorker#processStatusCheckMessage should not block
                 Key: IGNITE-1032
                 URL: https://issues.apache.org/jira/browse/IGNITE-1032
             Project: Ignite
          Issue Type: Improvement
            Reporter: Yakov Zhdanov
            Assignee: Denis Magda
            Priority: Blocker
             Fix For: sprint-7


It may be blocked on                             {{trySendMessageDirectly(msg.creatorNode(), msg);}}

which should be moved to another thread or reapproached to NIO fashion.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)