You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/04 09:31:40 UTC

[jira] [Created] (IGNITE-2759) Cache conflicts must honour "keepBinary" flag.

Vladimir Ozerov created IGNITE-2759:
---------------------------------------

             Summary: Cache conflicts must honour "keepBinary" flag.
                 Key: IGNITE-2759
                 URL: https://issues.apache.org/jira/browse/IGNITE-2759
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Dmitry Karachentsev
            Priority: Critical
             Fix For: 1.6


*Problem*
{{GridCacheMapEntry}} deals with conflicts in some methods like {{innerSet}}. {{innerUpdate}}, etc.. When conflict occurs, we always deserialize keys/values what could lead to exceptions if there are no classes on the server.

*Solution*
Deserialize keys/values only if "keepBinary=false".



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