You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/07/12 09:32:00 UTC

[jira] [Comment Edited] (IGNITE-4210) CacheLoadingConcurrentGridStartSelfTest.testLoadCacheFromStore() test lose data.

    [ https://issues.apache.org/jira/browse/IGNITE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541377#comment-16541377 ] 

Alexey Kuznetsov edited comment on IGNITE-4210 at 7/12/18 9:31 AM:
-------------------------------------------------------------------

[~agura] [~andrey-kuznetsov] In case of topology changes during store loading I wanted to throw *ClusterTopologyCheckedException* with retry future, but it failed to be serialized.
Imagine client calling store load, and loading failed on remote node, 

In this case *ClusterTopologyCheckedException* would be returned back to client, but without retry future.


was (Author: alexey kuznetsov):
[~agura] In case of topology changes during store loading I wanted to throw *ClusterTopologyCheckedException* with retry future, but it failed to be serialized.
Imagine client calling store load, and loading failed on remote node, 

In this case *ClusterTopologyCheckedException* would be returned back to client, but without retry future.

> CacheLoadingConcurrentGridStartSelfTest.testLoadCacheFromStore() test lose data.
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-4210
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4210
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Anton Vinogradov
>            Assignee: Alexey Kuznetsov
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.7
>
>
> org.apache.ignite.internal.processors.cache.distributed.CacheLoadingConcurrentGridStartSelfTest#testLoadCacheFromStore sometimes have failures.



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