[
https://issues.apache.org/jira/browse/IGNITE-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047633#comment-16047633
]
Vyacheslav Daradur commented on IGNITE-5383:
--------------------------------------------
[~vozerov], thank you for the note.
I've launched tests four times in the profile Ignite-2.0.
[def.ci.tests|http://ci.ignite.apache.org/viewType.html?buildTypeId=Ignite20Tests_RunAll&branch_Ignite20Tests=%3Cdefault%3E&tab=buildTypeStatusDiv]
and
[pr.ci.tests|http://ci.ignite.apache.org/viewType.html?buildTypeId=Ignite20Tests_RunAll&branch_Ignite20Tests=pull%2F2096%2Fhead&tab=buildTypeStatusDiv]
There are not constant errors, only random failures.
> 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.1
>
>
> 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.4.14#64029)