You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2016/04/14 17:57:25 UTC

[jira] [Comment Edited] (IGNITE-2864) Need update local store from primary and backups

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

Anton Vinogradov edited comment on IGNITE-2864 at 4/14/16 3:56 PM:
-------------------------------------------------------------------

Semen, 

Please check changes. I'll check benchmarks in case everything is ok.

Also, I found method org.apache.ignite.internal.processors.cache.transactions.IgniteTxState#storeUsed
How do you think, should it be imlemented for *RemoteSingleStateImpl?


was (Author: avinogradov):
Semen, 

Please check changes. I'll check benchmarks in case everything is ok.

> Need update local store from primary and backups
> ------------------------------------------------
>
>                 Key: IGNITE-2864
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2864
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Semen Boikov
>            Assignee: Anton Vinogradov
>             Fix For: 1.6
>
>
> Now cache local store is updated only from primary nodes, this means that data can be lost if primary node is not re-started after crash. Need fix it and update store from primaries and backups if store is local (for both tx and atomic caches).
> This test should work:
> - cache with 1 backup, two server nodes
> - execute cache put for key K
> - stop both nodes
> - restart only node which was backup for K
> - load data from local sore, update for K should be restored



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)