[
https://issues.apache.org/jira/browse/IGNITE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Rakov updated IGNITE-8652:
-------------------------------
Description:
We implemented stealing data storage configuration from affinity server node
during initialization of dynamic cache on client (IGNITE-8476). Though, 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.
was:
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.
> Cache dynamically started from client while there are no affinity server
> nodes will be forever considered in-memory
> -------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-8652
> URL: https://issues.apache.org/jira/browse/IGNITE-8652
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Rakov
> Priority: Major
> Labels: IEP-4, Phase-2
> Fix For: 2.6
>
>
> We implemented stealing data storage configuration from affinity server node
> during initialization of dynamic cache on client (IGNITE-8476). Though, 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)