NSAmelchev commented on a change in pull request #7358: IGNITE-12614 : Disallow 
silent deactivation of cluster to prevent in-mem data loss.
URL: https://github.com/apache/ignite/pull/7358#discussion_r375435183
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/commandline/DeactivateCommand.java
 ##########
 @@ -33,12 +34,19 @@
  */
 @Deprecated
 public class DeactivateCommand implements Command<Void> {
+    /**  */
+    private static final String FLAG_FORCE = "--force";
 
 Review comment:
   Lets reuse var from the ClusterStateChangeCommand class

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to