Hm, actually I think that after switching to multicast your nodes stopped to discover each other. Do you see correct topology snapshots in the logs?
The exception means that one of the nodes still uses BinaryMarshaller (which is the default one), but all nodes must have the same marshaller to communicate. Make sure that you switch to OptimizedMarshaller everywhere. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-L2-Issue-tp8298p8310.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
