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)