Currently I have only one node and other node is idle and brought it down.
I have noticed that only one node is busy and I have code as below.

IgniteConfiguration cfg = new IgniteConfiguration();
       TcpDiscoverySpi discovery = new TcpDiscoverySpi();
        discovery.setLocalAddress("192.0.1.2");
        discovery.setLocalPort(10800);
        cfg.setDiscoverySpi(discovery);
        cfg.setPeerClassLoadingEnabled(true);



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

Reply via email to