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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)