You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/09/10 11:25:45 UTC

[jira] [Closed] (IGNITE-1381) Incorrect marshalling and/or unmarshalling of unregistered types

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

Denis Magda closed IGNITE-1381.
-------------------------------

> Incorrect marshalling and/or unmarshalling of unregistered types
> ----------------------------------------------------------------
>
>                 Key: IGNITE-1381
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1381
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: ignite-1.4
>            Reporter: Pavel  Tupitsyn
>            Assignee: Denis Magda
>            Priority: Critical
>             Fix For: ignite-1.4
>
>         Attachments: patch.diff
>
>
> Unmarshalling logic does not correspond to marshalling in case of unregistered types:
> * Write: PortableClassDescriptor.writeHeader. Header length includes the length of class name string.
> * Read: PortableReaderExImpl:2161 ("rawOff += clsNameLen") implies that clsNameLen is not included in header length.



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