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

Alexandr Fedotov commented on IGNITE-2845:
------------------------------------------

This fix is related and will be done as a part of 
[IGNITE-3471|https://issues.apache.org/jira/browse/IGNITE-3471]

> Get operation might ignore entry update from EntryProcessor.
> ------------------------------------------------------------
>
>                 Key: IGNITE-2845
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2845
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Assignee: Alexey Kuznetsov
>             Fix For: 2.0
>
>
> Originally issue was observed during work with IGFS. Steps to reproduce:
> 1) Start REPLICATE cache.
> 2) Start PESSIMISITC/REPEATABLE_READ transaction.
> 3) Invoke EntryProcessor on non-existent key and call 
> "MutableEntry.setValue()" inside it.
> 4) Call {{IgniteCache.get()}} on this value. It will return {{null}}, while 
> normally it should return value set inside EntryProcessor.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to