rkondakov commented on a change in pull request #7520: IGNITE-12632: Support of 
cancel command for resource-consuming entities.
URL: https://github.com/apache/ignite/pull/7520#discussion_r393618739
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/continuous/StopRoutineDiscoveryMessage.java
 ##########
 @@ -29,11 +29,24 @@
     /** */
     private static final long serialVersionUID = 0L;
 
+    /** {@code True} if stop should be forced. */
+    private boolean force;
 
 Review comment:
   Could you explain the reason behind this flag? Why can't we cancel CQ 
without it?

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