You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/01/07 16:54:39 UTC

[jira] [Created] (IGNITE-2341) Improve warnings about BinaryMarshaller switched to "optimized" mode

Vladimir Ozerov created IGNITE-2341:
---------------------------------------

             Summary: Improve warnings about BinaryMarshaller switched to "optimized" mode
                 Key: IGNITE-2341
                 URL: https://issues.apache.org/jira/browse/IGNITE-2341
             Project: Ignite
          Issue Type: Task
          Components: general
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.6


Some classes implement Externalizable interface and hence cannot be written with binary marshaller. In this case a warning is printed:
{code}
Class "o.a.i.i.processors.hadoop.jobtracker.HadoopJobMetadata" cannot be written in binary format because it either implements Externalizable interface or have writeObject/readObject methods. Please ensure that all nodes have this class in classpath. To enable binary serialization either implement Binarylizable interface or set explicit serializer using BinaryTypeConfiguration.setSerializer() method.
{code}

1) We need to make it more sensible: we must clearly note that these classes will be deserialized on the server.
2) These warnings should not be printed for "o.a.i" classes.



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