You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2016/06/08 15:31:21 UTC

[jira] [Commented] (IGNITE-114) Value is not loaded from store for invoke in transactional cache

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

Semen Boikov commented on IGNITE-114:
-------------------------------------

In TRANSACTIONAL cache backups can not read value for invoke from store during commit (since they can read already updated value). Instead I added read from store when backups receive 'prepare' message from primary, at this moment lock is already held, so nobody should change value this read is safe.

> Value is not loaded from store for invoke in transactional cache
> ----------------------------------------------------------------
>
>                 Key: IGNITE-114
>                 URL: https://issues.apache.org/jira/browse/IGNITE-114
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: sprint-1
>            Reporter: Semen Boikov
>            Assignee: Semen Boikov
>              Labels: Muted_test
>             Fix For: 1.7
>
>
> Added test IgniteCacheInvokeReadThroughTest. Value is not in cache but exists in store, when invoke EntryProcessor is executed on backup it gets null value instead of value loaded from store.



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