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

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/commandline/ClusterStateChangeCommand.java
 ##########
 @@ -68,14 +110,29 @@
     /** {@inheritDoc} */
     @Override public Object execute(GridClientConfiguration clientCfg, Logger 
log) throws Exception {
         try (GridClient client = Command.startClient(clientCfg)) {
+
+            //Search for in-memory-only caches. Fail if possible data loss.
 
 Review comment:
   Fixed. Checked other similar.

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