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

Reply via email to