sanpwc commented on code in PR #6513: URL: https://github.com/apache/ignite-3/pull/6513#discussion_r2314121174
########## modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java: ########## @@ -307,6 +307,11 @@ public static final class Constants { + "'--cluster-management-group node1, node2' " + "to specify more than one node) that will host the Cluster Management Group."; + public static final String RECOVERY_WITH_CLEANUP_OPTION = "--with-cleanup"; + + public static final String RECOVERY_WITH_CLEANUP_OPTION_DESC = "Restart partitions with cleanup of storages. " Review Comment: "cleanup of storages." That sounds a bit messy, WDYT? -- 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