Hello! This happened because you activated the cluster before this server node was added to it. Once you do, you need to add nodes to baseline manually or use auto-adjust.
I'm not sure there's a C++ API for activation/baseline changes. You can use control.sh for that. Regards, -- Ilya Kasnacheev вт, 11 авг. 2020 г. в 14:54, Ali Bagewadi <[email protected] >: > Hello, > The local node is not included in the baseline topology by default and > hence > for which I get the following warning. > "Local node is not included in Baseline Topology and will not be used for > data storage. Use control.(sh|bat) script or IgniteCluster interface to > include the node to Baseline Topology." > > To add the local node to the Baseline Topology I have to explicitly add it > using below > > ./control.sh --baseline add "Consistent Id of the local node" > > Now the issue is, > > 1)Why is local node by default not considered in Baseline Topology? > 2)If not than how can I add the local node to the Baseline Topology using > C++ code. > I have found out a java api to do so but my requirement is to add a node to > baseline topology from C++ Code. > > If there is any way to do this please suggest. > > Thank you. > Ali. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
