Valentin Kulichenko created IGNITE-2681:
-------------------------------------------
Summary: 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
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.
{noformat}
[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.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)