[
https://issues.apache.org/jira/browse/NLPCRAFT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Radzinski updated NLPCRAFT-75:
------------------------------------
Fix Version/s: (was: 0.7.3)
0.7.4
> Fix warings
> -----------
>
> Key: NLPCRAFT-75
> URL: https://issues.apache.org/jira/browse/NLPCRAFT-75
> Project: NLPCraft
> Issue Type: Improvement
> Components: test
> Reporter: Sergey Kamov
> Assignee: Sergey Kamov
> Priority: Major
> Fix For: 0.7.4
>
>
> When the first request to the server from the new connected probe, we have
> some warning (see below)
> Seems they are related to ignite cache usage with scala classes.
> Should be fixed.
> [INFO] Jun-09|14:21:36|WARN | Class
> "scala.collection.immutable.HashSet$SerializationProxy" 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.
> [INFO] Jun-09|14:21:36|WARN | Class
> "scala.collection.immutable.HashSet$SerializationProxy" 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)