Hello! You have to activate your cluster, by doing something like
bin/control.sh --host 172.17.122.126 --activate This is a requirement on the first start of persistent cluster, after all nodes has joined. Regards, -- Ilya Kasnacheev пт, 29 нояб. 2019 г. в 11:34, ?青春狂-^ <[email protected]>: > because of the program'Exception, I wanted to see the cache infos. > so I use the ./ignitevisorcmd.sh command. > then I use "open -d" > and "cache -a" > > but it print warn info : > [WARN ] Can not perform the operation because the cluster is inactive. > > > I have 3 nodes of ignite ,and process is alive. > > the config xml is : > > <property name="discoverySpi"> > <bean > class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi"> > <property name="ipFinder"> > <bean > class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> > <property name="addresses"> > <list> > <value>172.17.122.126</value> > <value>172.17.122.127</value> > <value>172.17.122.128</value> > </list> > </property> > </bean> > </property> > </bean> > </property> > </bean> > >
