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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)