timoninmaxim commented on code in PR #12608:
URL: https://github.com/apache/ignite/pull/12608#discussion_r2690190271
##########
modules/core/src/main/java/org/apache/ignite/internal/management/wal/WalDisableCommand.java:
##########
@@ -41,6 +43,25 @@ public class WalDisableCommand implements
ComputeCommand<WalDisableCommand.WalDi
return "Are you sure? Any node failure without WAL can lead to the
loss of all PDS data. CDC events will be lost without WAL.";
}
+ /** {@inheritDoc} */
+ @Override public void printResult(WalDisableCommandArg arg,
WalSetStateTaskResult res, Consumer<String> printer) {
Review Comment:
Let's move logic to a separate class
--
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]