You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/09/17 09:20:16 UTC

[GitHub] [ignite] anton-vinogradov commented on a change in pull request #9409: IGNITE-15328 Consistency recovery command (Read Repair via control.ch) should support cancellation

anton-vinogradov commented on a change in pull request #9409:
URL: https://github.com/apache/ignite/pull/9409#discussion_r710896250



##########
File path: modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/query/KillSubcommand.java
##########
@@ -54,4 +54,7 @@
 
     /** Kill snapshot operation. */
     SNAPSHOT,
+
+    /** Kill consistency tasks. */
+    CONSISTENCY,

Review comment:
       It may be removed.
   As you can see it was present before my commit.
   Let's keek as is (auto-extendable, without need to update old lines on extending)




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org