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

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

     [ https://issues.apache.org/jira/browse/IGNITE-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2759:
------------------------------------
    Priority: Blocker  (was: Critical)

> 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: Blocker
>              Labels: community, customer, important
>             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)