ivandasch commented on code in PR #10430:
URL: https://github.com/apache/ignite/pull/10430#discussion_r1054305843


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java:
##########
@@ -795,6 +797,10 @@ private IgniteInternalFuture<SnapshotOperationResponse> 
initLocalSnapshotStartSt
         }
 
         List<Integer> grpIds = new ArrayList<>(F.viewReadOnly(req.groups(), 
CU::cacheId));
+        List<Integer> comprGrpIds = grpIds.stream().filter(i -> {

Review Comment:
   Agree, there is no need to create new 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