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