[
https://issues.apache.org/jira/browse/IGNITE-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov closed IGNITE-2681.
-----------------------------------
> Need to add an option to suppress binary marshaller warnings
> ------------------------------------------------------------
>
> Key: IGNITE-2681
> URL: https://issues.apache.org/jira/browse/IGNITE-2681
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Reporter: Valentin Kulichenko
> Assignee: Vladimir Ozerov
> Labels: important
> Fix For: 1.6
>
>
> Some users don't want to have warnings like below in the logs, because they
> are printed out for each class and are not always needed. We need to have a
> way to suppress them.
> Both quiet mode and logging via {{IgniteLogger}} should be fixed.
> {code}
> [11:37:46] Class "<an FQN of the class goes here>" cannot be serialized using
> BinaryMarshaller because it either implements Externalizable interface or
> have writeObject/readObject methods. OptimizedMarshaller will be used instead
> and class instances will be deserialized on the server. 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)