Ivan Rakov created IGNITE-8652:
----------------------------------
Summary: Cache dynamically started from client while there are no
affinity server nodes will be considered in-memory
Key: IGNITE-8652
URL: https://issues.apache.org/jira/browse/IGNITE-8652
Project: Ignite
Issue Type: Bug
Reporter: Ivan Rakov
Fix For: 2.6
We implemented stealing data storage configuration from affinity server node
during initialization of dynamic cache on client (IGNITE-8476). Thought, if
there are no affinity nodes at the moment of cache start, client will consider
cache as in-memory even when affinity node will proper data storage
configuration (telling that it's actually persistent cache) will appear.
That means, cache operations on client may fail with the same error:
{noformat}
java.lang.AssertionError: Wrong ready topology version for invalid partitions
response
{noformat}
Reproduced by
ClientAffinityAssignmentWithBaselineTest#testDynamicCacheStartNoAffinityNodes
should pass after the fix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)