anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3436128949


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheIoManager.java:
##########
@@ -1551,7 +1552,9 @@ private void unmarshall(UUID nodeId, GridCacheMessage 
cacheMsg) {
                     log.debug("Set P2P context [senderId=" + nodeId + ", msg=" 
+ cacheMsg + ']');
             }
 
-            cacheMsg.finishUnmarshal(cctx, cctx.deploy().globalLoader());
+            MessageSerializer ser = 
cctx.kernalContext().messageFactory().serializer(cacheMsg.directType());
+
+            ser.finishUnmarshal(cacheMsg, cctx.kernalContext(), null, 
cctx.deploy().globalLoader());
         }

Review Comment:
   It looks like both are called



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