[ 
https://issues.apache.org/jira/browse/IGNITE-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681808#comment-14681808
 ] 

kcheng.mvp commented on IGNITE-1190:
------------------------------------



For the term "P2P class loading", I think the sample code in the document is 
not consistent with description.

code above something like send a message to all the nodes. 

let's to say there are code as below:

Person p  = new Person();
p.setName("Hello Ignite")


compute.broadcast(() -> System.out.println("Hello node: " + p.getName()));

so what will happen? all the node will println "Hello Ignite"? and the Person 
class will be distributed to all the ignite node?



> org.apache.ignite.IgniteCheckedException: Failed to find class with given 
> class loader for unmarshalling (make sure same versions of all classes are 
> available on all nodes or enable peer-class-loading)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1190
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1190
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: xwcheng
>            Assignee: Alexey Goncharuk
>             Fix For: ignite-1.4
>
>




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

Reply via email to