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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]