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

[jira] [Created] (IGNITE-7603) Waiting on reconnect future doesn't lead to working instance when client reconnects

Ilya Kasnacheev created IGNITE-7603:
---------------------------------------

             Summary: Waiting on reconnect future doesn't lead to working instance when client reconnects
                 Key: IGNITE-7603
                 URL: https://issues.apache.org/jira/browse/IGNITE-7603
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Ilya Kasnacheev
            Assignee: Ilya Kasnacheev


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)