You don’t need to be activating the cluster every time you start it. The cluster will auto-activate when all the nodes in the baseline are present.
So, in the scenario you describe, you just restart the node. You don’t activate the cluster. You don’t change the baseline. > On 17 Nov 2021, at 07:51, Amit Pandey <amit.pandey2...@gmail.com> wrote: > > 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 ? > > >