[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2020-06-26 Thread Aleksey Plekhanov (Jira)


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

Aleksey Plekhanov updated IGNITE-8652:
--
Fix Version/s: (was: 2.9)
   2.10

> 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.10
>
>
> 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
(v8.3.4#803005)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2019-10-03 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-8652:

Fix Version/s: (was: 2.8)
   2.9

> 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.9
>
>
> 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
(v8.3.4#803005)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-08-29 Thread Ivan Rakov (JIRA)


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

Ivan Rakov updated IGNITE-8652:
---
Fix Version/s: (was: 2.7)
   2.8

> 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.8
>
>
> 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)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-06-26 Thread Dmitriy Pavlov (JIRA)


 [ 
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)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-05-30 Thread Ivan Rakov (JIRA)


 [ 
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). 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.


> 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)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-05-30 Thread Ivan Rakov (JIRA)


 [ 
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}
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). 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.


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



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


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-05-30 Thread Ivan Rakov (JIRA)


 [ 
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)


[jira] [Updated] (IGNITE-8652) Cache dynamically started from client while there are no affinity server nodes will be forever considered in-memory

2018-05-30 Thread Ivan Rakov (JIRA)


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

Ivan Rakov updated IGNITE-8652:
---
Summary: Cache dynamically started from client while there are no affinity 
server nodes will be forever considered in-memory  (was: Cache dynamically 
started from client while there are no affinity server nodes will be considered 
in-memory forever)

> 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). 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)