Hi All, We are facing an issue , due to some misunderstanding may be on our part of ignite.
We have a 2 node Ignite cluster configured with persistence. We have a APi to activate it, when the two nodes are up we hit the api to activate the cluster and it works. However then one node went down , we patched the node and restarted it, but when request goes to that node we get the following error :- org.apache.ignite.IgniteException: Can not perform the operation because the cluster is inactive. Note, that the cluster is considered inactive by default if Ignite Persistent Store is used to let all the nodes join the cluster. To activate the cluster call Ignite.active(true). We had set the baseline Topology to 2 and on checking I saw the current state is "NODES":1,"BT":2 Can anyone please help on what we should do ?