nizhikov commented on code in PR #11726:
URL: https://github.com/apache/ignite/pull/11726#discussion_r1885019700


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java:
##########
@@ -668,7 +673,12 @@ private void sendUpdateRequests(Map<UUID, 
PrimaryRequestState> mappings) {
                     if (req.initMappingLocally() && 
reqState.mappedNodes.isEmpty())
                         reqState.resetLocalMapping();
 
-                    cctx.io().send(req.nodeId(), req, cctx.ioPolicy());
+                    GridCacheMessage msg = req;

Review Comment:
   Let's create method to wrap msg into AtomicApplicationAttributesAwareRequest 
if required.
   



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to