I have two independent machines where ignite server node is running. i.e 
,193.169.15.50 and ,193.169.15.51. Both are running with two different
versions of cache. However when i tried to load the data to cache(i.e
,193.169.15.50) from one of these machine, it always finds another machine
(i.e 193.169.15.51) and mismatch while loading the data. How this is
possible when I had code as below?

        TcpDiscoverySpi discovery = new TcpDiscoverySpi();
       TcpDiscoveryMulticastIpFinder ipFinder = new
TcpDiscoveryMulticastIpFinder();
      
ipFinder.setAddresses(Arrays.asList("127.0.0.1:10800,93.169.15.50")));
       discovery.setIpFinder(ipFinder);
       cfg.setDiscoverySpi(discovery);
       cfg.setPeerClassLoadingEnabled(true);






--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to