You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/16 15:29:00 UTC

[jira] [Updated] (IGNITE-5524) Incorrect deserialization of IgniteComputeImpl when executor name is null

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

Vladimir Ozerov updated IGNITE-5524:
------------------------------------
    Description: 
This will fail is executor name is not set (which is valid case):
{code}
protected Object readResolve() throws ObjectStreamException {
    return prj.compute().withExecutor(execName);
}
{code}

> Incorrect deserialization of IgniteComputeImpl when executor name is null
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-5524
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5524
>             Project: Ignite
>          Issue Type: Bug
>          Components: compute
>            Reporter: Vladimir Ozerov
>             Fix For: 2.1
>
>
> This will fail is executor name is not set (which is valid case):
> {code}
> protected Object readResolve() throws ObjectStreamException {
>     return prj.compute().withExecutor(execName);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)