You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/12/22 10:14:58 UTC

[jira] [Created] (IGNITE-4473) Client should re-try connection attempt in case of concurrent network failure

Vladimir Ozerov created IGNITE-4473:
---------------------------------------

             Summary: Client should re-try connection attempt in case of concurrent network failure
                 Key: IGNITE-4473
                 URL: https://issues.apache.org/jira/browse/IGNITE-4473
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.8
            Reporter: Vladimir Ozerov
             Fix For: 2.0


*Problem*
Consider the following scenario:
1) Client started, but there are no servers, so it hangs somewhere inside start routine.
2) Server appears, and discovery finishes successfully.
3) Nodes start talking to each other through communication SPI to finish start process (e.g. to complete exchange).
4) But network glitch occurs and server becomes unreachable.

*Expected behavior*
Client disconnects and hangs waiting for reconnect.

*Actual behavior*
Client throws an exception and never tries to reconnect.



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