[
https://issues.apache.org/jira/browse/IGNITE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235045#comment-15235045
]
ASF GitHub Bot commented on IGNITE-2967:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/630
IGNITE-2967 .NET: Provide meaningful error message when platform fails on
Java-only node
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-2967
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/630.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #630
----
commit 605f5967da860d5177277febd1ab0d259e5e942a
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-08T15:04:46Z
IGNITE-2967 .NET: Provide meaningful error message when platform fails on
Java-only node
commit 0792de6373be8d5d8bed650b2351ad947a36dc4d
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-08T15:15:30Z
wip
commit 6a6cd4f0aac237654aa982390e7776ea0cf42e5b
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T11:45:08Z
Merge remote-tracking branch 'remotes/upstream/master' into ignite-2967
commit af0593d51c3fc8bf2790d08b7d4a3f90b257ac3a
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T12:10:58Z
wip
commit 7cd1247e2301bec2df66731801040f6945ba4100
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T12:12:09Z
Revert className changes
commit 9cade0d103e4cd517fd8fa13ad5cc64ff42840ca
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T12:28:51Z
Refactor unit tests
commit 8be2d8f3c0e93d8084a89c0d7666eca1b74ca845
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T12:32:24Z
wip
commit 55ec24ab0fdad17c61b84e34aa4cc98893e4873d
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-04-11T12:48:28Z
Tests done
----
> .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: Pavel Tupitsyn
> 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)