[
https://issues.apache.org/jira/browse/IGNITE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235049#comment-15235049
]
Pavel Tupitsyn edited comment on IGNITE-2967 at 4/11/16 1:25 PM:
-----------------------------------------------------------------
Adding platform info to all predicates will break backwards compatibility.
C++ does not yet have any remote predicates support, so I've added an error
when remote predicate arrives on non-.NET platform.
TC is fine (C++ and .NET)
was (Author: ptupitsyn):
Adding platform info to all predicates will break backwards compatibility.
C++ does not yet have any remote predicates support, so I've added an error
when remote predicate arrives on non-.NET platform.
> .NET: Provide meaningful error message when platform fails on Java-only node
> ----------------------------------------------------------------------------
>
> Key: IGNITE-2967
> URL: https://issues.apache.org/jira/browse/IGNITE-2967
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Vladimir Ozerov
> Fix For: 1.6
>
>
> When there are Java-only nodes in the cluster, operations such as cache
> invoke and continuous queries with remote filter will fail with NPE or other
> exceptions, because PlatformContext is null.
> Need to provide a special exception with descriptive error message.
> See PlatformNoopProcessor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)