[
https://issues.apache.org/jira/browse/IGNITE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186680#comment-15186680
]
Vladimir Ozerov commented on IGNITE-2693:
-----------------------------------------
Oddo,
I think that these two tests failed because they have {{OptimizedMarshaller}}
in configuration. By default when marshaller is not set in tests explicitly,
our test framework will set the one specified in
{{GridTestProperties.MARSH_CLASS_NAME}}. And as far as I remember, this is
still {{OptimziedMarshaller}} by default.
So I would suggest you to check in debugger which marshaller is really set in
these tests. If this is {{OptimizedMarshaller}}, then just set
{{BinaryMarshaller}} explicitly in configuration of these tests.
Vladimir.
> withKeepBinary and non-binary marshallers
> -----------------------------------------
>
> Key: IGNITE-2693
> URL: https://issues.apache.org/jira/browse/IGNITE-2693
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Sergey Kozlov
> Assignee: Oddo
> Labels: newbie
> Fix For: 1.6
>
>
> Currently the user is able to set {{.withKeepBinary()}} for any used
> marshaller. But it obviously causes ClassCastException for non-binary
> marshallers and should be available only for binary marshaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)