You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2016/11/17 11:56:58 UTC

[jira] [Assigned] (IGNITE-4112) Client is stopped if communication to servers is lost during (re)connect routine.

     [ https://issues.apache.org/jira/browse/IGNITE-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Vinogradov reassigned IGNITE-4112:
----------------------------------------

    Assignee: Anton Vinogradov

> Client is stopped if communication to servers is lost during (re)connect routine.
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-4112
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4112
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Anton Vinogradov
>             Fix For: 2.0
>
>
> Consider the following situation for the client which is currently disconnected:
> 1) Link to servers is restored;
> 2) Clients connects successfully;
> 3) Link is broken again after some time.
> Result: client is disconnected.
> But!
> 1) Link to servers is restored;
> 2) Clients is re-connecting;
> 3) Link is broken again before reconnect is finished.
> Result: client might be stopped (for new client it will exit from {{Ignition.start}} routine with exception).
> Apparently, we need to make (re)connect routine "atomic" with respect to concurrent network events. That is, we either reconnect all components successfully, or client is forcefully moved to disconnected state again. 



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