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 2017/06/01 11:48:04 UTC

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

Vladimir Ozerov created IGNITE-5383:
---------------------------------------

             Summary: 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
             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)