Phillippko commented on code in PR #4611: URL: https://github.com/apache/ignite-3/pull/4611#discussion_r1810132985
########## modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java: ########## @@ -292,6 +292,11 @@ public static final class Constants { public static final String RECOVERY_NODE_NAMES_OPTION_DESC = "Names specifying nodes to get partition states from. " + "Case-sensitive, without quotes, all nodes if not set"; + public static final String RECOVERY_METASTORAGE_REPLICATION_OPTION = "--metastorage-replication-factor"; + + public static final String RECOVERY_METASTORAGE_REPLICATION_DESC = "Number of nodes in the voting member set of the Metastorage " Review Comment: (Will consult with Alex about args descriptions) -- 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