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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)