shishkovilja commented on code in PR #12664:
URL: https://github.com/apache/ignite/pull/12664#discussion_r2772756830


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java:
##########
@@ -701,7 +701,7 @@ public void invokeArgumentsBytes(List<byte[]> 
invokeArgsBytes) {
             if (!addDepInfo && ctx.deploymentEnabled())
                 addDepInfo = true;
 
-            if (invokeArgsBytes == null)
+            if (!F.isEmpty(invokeArgs) && invokeArgsBytes == null)

Review Comment:
   This modification seems to be unrelated to the ticket. Do we need this 
change?



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