You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/02/25 02:40:18 UTC

[jira] [Created] (IGNITE-2719) Value is not copied in entry processor if optimized marshaller is used

Valentin Kulichenko created IGNITE-2719:
-------------------------------------------

             Summary: Value is not copied in entry processor if optimized marshaller is used
                 Key: IGNITE-2719
                 URL: https://issues.apache.org/jira/browse/IGNITE-2719
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
            Priority: Blocker
             Fix For: 1.6


If {{OptimizedMarshaller}} is used, the {{MutableEntry}} passed to entry processor contains the same instance that is stored in cache, even if {{copyOnRead}} flag is true.

This happens because {{CacheLazyEntry.getValue()}} method never creates a copy.

Test attached.



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