You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/02/18 14:33:18 UTC

[jira] [Created] (IGNITE-2684) DataStreamer doesn't stream BinaryObjects created with BinaryBuilder

Denis Magda created IGNITE-2684:
-----------------------------------

             Summary: DataStreamer doesn't stream BinaryObjects created with BinaryBuilder
                 Key: IGNITE-2684
                 URL: https://issues.apache.org/jira/browse/IGNITE-2684
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.5.0.final
            Reporter: Denis Magda
            Assignee: Denis Magda
            Priority: Blocker
             Fix For: 1.6


If to create a {{BinaryObject}} using a type name of non existed class and start streaming it then nothing will be streamed because the streamer will try to deserialize binary objects and fill fail.

In general it's not to have classes for {{BinaryObjects}} at all and work with them with {{BinaryBuilder}} always. Thus this bug has to be fixed.



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