You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2016/12/02 12:20:58 UTC

[jira] [Updated] (IGNITE-4358) Better error reporting in case of unmarshallable classes.

     [ https://issues.apache.org/jira/browse/IGNITE-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Scherbakov updated IGNITE-4358:
--------------------------------------
    Attachment: PureIgniteRunTest.java

> Better error reporting in case of unmarshallable classes.
> ---------------------------------------------------------
>
>                 Key: IGNITE-4358
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4358
>             Project: Ignite
>          Issue Type: Improvement
>          Components: compute, messaging, newbie
>    Affects Versions: 1.6
>            Reporter: Alexei Scherbakov
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 2,0
>
>         Attachments: PureIgniteRunTest.java
>
>
> When trying to execute Thread's derived class implementing IgniteRunnable using compute API, it silently serializes to null because Thread serialization is prohibited in MarshallerExclusions and throws NPE on executing node.
> We need to throw more informative exception for such case.
> Reproducer in the attachment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)