Re: Question about baseline topology and cluster activation

2020-10-27 Thread akorensh
Hi, What I forgot is to put in a check if the cluster is already activated and do not do activation. If you don't activate the first time then the cluster will remain in an inactive state and will not process requests to store/read data: https://ignite.apache.org/docs/latest/clustering/base

Question about baseline topology and cluster activation

2020-10-27 Thread Sabyasachi Biswas
Hello All, While reading the documentation at https://apacheignite.readme.io/docs/baseline-topology#activating-the-cluster , there it is stated "you need to manually activate the cluster the first time". We are doing it via code thus, ignite.cluster().active(true);. Then we set the topology by cod