Igor Gusev created IGNITE-23155:
-----------------------------------
Summary: Return an error when user tries to initialize already
initialized cluster
Key: IGNITE-23155
URL: https://issues.apache.org/jira/browse/IGNITE-23155
Project: Ignite
Issue Type: Task
Reporter: Igor Gusev
Currently, when initializing a cluster twice, you get a message saying that the
second initialization was successful, while in reality it seems to do nothing.
[defaultNode]> cluster init --name=sampleCluster
--metastorage-group=defaultNode --config-files=/mnt/d/Work/valid-licens
e.conf
Cluster was initialized successfully
[defaultNode]> cluster init --name=sampleCluster
--metastorage-group=defaultNode --config-files=/mnt/d/Work/valid-license.conf
Cluster was initialized successfully
We need to check if the cluster was already initialized and return correct
message.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)