You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2015/09/07 13:56:47 UTC

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

Pavel  Tupitsyn created IGNITE-1381:
---------------------------------------

             Summary: 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: 1.1.4
            Reporter: Pavel  Tupitsyn
            Assignee: Denis Magda
            Priority: Critical
             Fix For: ignite-1.5


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)