[ 
https://issues.apache.org/jira/browse/IGNITE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy Pavlov updated IGNITE-8652:
-----------------------------------
    Fix Version/s:     (was: 2.6)
                   2.7

> 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.7
>
>
> 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}
> ClientAffinityAssignmentWithBaselineTest#testDynamicCacheStartNoAffinityNodes 
> should pass after the fix.



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

Reply via email to