[ https://issues.apache.org/jira/browse/IGNITE-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654665#comment-14654665 ]
cxw commented on IGNITE-1190: ----------------------------- >From the document, I know that " peer class loading (P2P class loading)" is a >magic something like load class on demand from the requester. in below scenario it's very useful. suppose i have 4 nodes cluster. right now I have client node to save Person in the cache, with the P2P, I dont need to shutdown all the server nodes, then all the other nodes know the Person class. What's more right now there is another client node need to cache "organization", I dont need to shutdown the server nodes as well. (in some case it's unaccepted especially in production environment), then all the server nodes know the "Organization" too. Hope this feature comes as soon as possible. Many thanks, Ken > 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: cxw > Assignee: Alexey Goncharuk > Fix For: ignite-1.4 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)