maksaska commented on code in PR #12128:
URL: https://github.com/apache/ignite/pull/12128#discussion_r2157326565


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java:
##########
@@ -973,6 +959,75 @@ private <T> IgniteInternalFuture<Map<K, 
EntryProcessorResult<T>>> invokeAll0(
             });
     }
 
+    /**
+     * @param async Async operation flag.
+     * @param invokeKeys Keys.
+     * @param entryProcessor Entry processor.
+     * @param invokeArgs Optional arguments for EntryProcessor.
+     * @return Completion future.
+     */
+    @SuppressWarnings("ConstantConditions")
+    private IgniteInternalFuture updateAll0(

Review Comment:
   Refactored this part. Removed extra lambdas



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