timoninmaxim commented on code in PR #12608:
URL: https://github.com/apache/ignite/pull/12608#discussion_r2690192706


##########
modules/core/src/main/java/org/apache/ignite/internal/management/wal/WalSetStateTask.java:
##########
@@ -57,22 +78,50 @@ protected WalDisableJob(@Nullable WalDisableCommandArg arg, 
boolean debug) {
         }
 
         /** {@inheritDoc} */
-        @Override protected Void run(@Nullable WalDisableCommandArg arg) 
throws IgniteException {
-            Set<String> grps = F.isEmpty(arg.groups()) ? null : new 
HashSet<>(Arrays.asList(arg.groups()));
+        @Override protected WalSetStateTaskResult run(@Nullable 
WalDisableCommandArg arg) throws IgniteException {
+            Set<String> requestedGrps = F.isEmpty(arg.groups()) ? null : new 
HashSet<>(Arrays.asList(arg.groups()));

Review Comment:
   Let's use List



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

Reply via email to