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

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

Take the code as example


Person p = new Person();
p.setName("Hello Ignite")
compute.broadcast(() -> System.out.println("Hello node: " + p.getName()));


if it works on the all the nodes without manually deploy the jar, then it 
should work for query, right? as the Person class has been distributed to all 
the node, right?



> 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