You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2018/04/10 13:35:00 UTC

[jira] [Commented] (IGNITE-7603) Waiting on reconnect future doesn't help when client reconnects after full cluster restart

    [ https://issues.apache.org/jira/browse/IGNITE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432264#comment-16432264 ] 

Ilya Kasnacheev commented on IGNITE-7603:
-----------------------------------------

[~agoncharuk] please review

> Waiting on reconnect future doesn't help when client reconnects after full cluster restart
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-7603
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7603
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>         Attachments: ClientReconnectAfterClusterRestartTest.java
>
>
> See attached modified test. It will fail on
> {code:java}
> icde.reconnectFuture().get();
> assertNull(client.getOrCreateCache(CACHE_PARAMS).get(1L));{code}
> about 20% of time. I expect that I can get cache after waiting on reconnect future.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)