[
https://issues.apache.org/jira/browse/IGNITE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006639#comment-15006639
]
Andrey Gura commented on IGNITE-1923:
-------------------------------------
In order to unmarshalling error happen {{readObject}} method of scan query
filter throws {{IOException}}. It is ok for {{JdkMarshaller}}. But
{{PortableMarshaller}} will use {{readObject}} and {{writeObject}} methods only
if both of them are defined in class.
Fixed in PR https://github.com/apache/ignite/pull/238
Waiting for TC.
> [Test failed]
> IgniteCacheP2pUnmarshallingQueryErrorTest.testResponseMessageOnRequestUnmarshallingFailed
> fails with portable marshaller
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-1923
> URL: https://issues.apache.org/jira/browse/IGNITE-1923
> Project: Ignite
> Issue Type: Test
> Reporter: Andrey Gura
> Assignee: Andrey Gura
> Priority: Trivial
> Fix For: 1.5
>
>
> {{IgniteCacheP2pUnmarshallingQueryErrorTest.testResponseMessageOnRequestUnmarshallingFailed}}
> fails with portable marshaller. Test is incorrect.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)