Hello!

Some uses of classes will be peer class loaded but not all. Key/value types
are NOT peer class loaded. You will have to either deploy them to server
nodes, or to use .withKeepBinary() where possible.

Another notable exception is that Services will not be peer class loaded.

Regards,
-- 
Ilya Kasnacheev


ср, 23 янв. 2019 г. в 21:15, shivakumar <shivakumar....@gmail.com>:

> hi stan,
> thanks for your reply!!
>
> but in my case, i deployed ignite in kubernetes environment and starting a
> client node on VM, which connects to ignite server(client is configured to
> use  org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder
> as discovery mechanism and provided IP address of ignite server
> pods/containers )
> and i am placing "keytype" and "valuetype"(custom key and values) class
> files in clientnode's class path (under libs folder of apache ignite HOME
> path where i start client process) but servers are not loading these
> classes
> and throwing class not found exception for those classes and if i place
> those classes inside pods its loading the classes.
> why it is not loading the class files when i placed on client side even
> when
> peerClassLoading is enabled on client side?
> am I missing something?
>
> with thanks,
> shiva
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to