nizhikov commented on code in PR #12440:
URL: https://github.com/apache/ignite/pull/12440#discussion_r2445929354
##########
modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output:
##########
@@ -88,6 +88,27 @@ This utility can do the following commands:
Delete unused archived wal segments on each node:
control.(sh|bat) --wal delete
[consistentId1,consistentId2,....,consistentIdN] [--yes]
+ Print state of WAL:
+ Global - WAL enabled for group cluster-wide. May be disabled by `--wal
disable` command.
+ Local - WAL enabled for group on specific node. May be disabled
during rebalance or other system processes.
+ Index - WAL enabled for groups indexes on specific node. May be
disabled during index rebuilt:
+ control.(sh|bat) --wal state [--groups group1[,group2,....,groupN]]
+
+ Parameters:
+ --groups group1[,group2,....,groupN] - Comma-separated list of cache
groups.
+
+ Disable WAL for specific cache groups:
Review Comment:
Done
--
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]