Cyrill commented on code in PR #6513:
URL: https://github.com/apache/ignite-3/pull/6513#discussion_r2314254689


##########
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:
   Would be ""Restart partitions with cleanup of partition storages. "This will 
remove all data from the partition storages before restart"" better ?
   or  just "Remove all data from the partition storages before restart"?



-- 
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