slukyano commented on code in PR #5315:
URL: https://github.com/apache/ignite-3/pull/5315#discussion_r1984131740


##########
docs/_docs/administrators-guide/lifecycle.adoc:
##########
@@ -40,7 +40,15 @@ First, the nodes specified in the 
`--cluster-management-group` argument form a R
 
 image::images/lifecycle1.png[Cluster initialization]
 
-Then, the nodes specified in the `--metastorage-group` argument form a RAFT 
group and take the role of *metastorage group*. These nodes will hold the 
authoritative copy of cluster meta information.
+Then, the nodes specified in the `--metastorage-group` argument form a RAFT 
group and take the role of *metastorage group*. These nodes will hold the 
authoritative copy of cluster meta information. If `--metastorage-group` is not 
specified, the nodes are chosen automatically. The number of nodes is chosen 
automatically as follows:

Review Comment:
   ```suggestion
   Then, the nodes specified in the `--metastorage-group` argument form a RAFT 
group and take the role of *metastorage group*. These nodes will hold the 
authoritative copy of cluster meta information. If `--metastorage-group` is not 
specified, a set of nodes is automatically selected in alphabetical order. The 
number of selected nodes is determined as follows:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to