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

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

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

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