You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2016/07/22 10:55:20 UTC

[jira] [Created] (IGNITE-3547) Invalid message send retry with GridTcpNioCommunicationClient

Semen Boikov created IGNITE-3547:
------------------------------------

             Summary: Invalid message send retry with GridTcpNioCommunicationClient
                 Key: IGNITE-3547
                 URL: https://issues.apache.org/jira/browse/IGNITE-3547
             Project: Ignite
          Issue Type: Bug
          Components: general
            Reporter: Semen Boikov
            Assignee: Semen Boikov
            Priority: Blocker
             Fix For: 1.7


GridTcpNioCommunicationClient.sendMessage returns 'retry = true' if message send failed with IOException, after this the same client is used to retry send. But this client will contain already closed sessio, so sendMessage will always fail. Need remove old client and try create new one before retrying send.



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