You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Daradur (JIRA)" <ji...@apache.org> on 2017/06/07 08:52:18 UTC

[jira] [Assigned] (IGNITE-5383) Do not perform cache key validation when BinaryMarshaller is used

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

Vyacheslav Daradur reassigned IGNITE-5383:
------------------------------------------

    Assignee: Vyacheslav Daradur

> Do not perform cache key validation when BinaryMarshaller is used
> -----------------------------------------------------------------
>
>                 Key: IGNITE-5383
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5383
>             Project: Ignite
>          Issue Type: Task
>          Components: binary, cache
>    Affects Versions: 2.1
>            Reporter: Vladimir Ozerov
>            Assignee: Vyacheslav Daradur
>              Labels: important
>             Fix For: 2.2
>
>
> Currently whenever cache operation is performed, we invoke {{GridCacheAdapter.validateCacheKey}} to make sure that key overrides {{equals}} and {{hashCode}}. 
> This check should not be performed when {{BinaryMarshaller}} is set, since we do not use these methods in binary mode. 



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