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


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicNearResponse.java:
##########
@@ -41,19 +39,24 @@ public class GridDhtAtomicNearResponse extends 
GridCacheIdMessage {
     public static final int CACHE_MSG_IDX = nextIndexId();
 
     /** */
+    @Order(value = 4, method = "partition")
     private int partId;
 
     /** */
+    @Order(value = 5, method = "futureId")
     private long futId;
 
     /** */
+    @Order(6)
     private UUID primaryId;
 
     /** */
+    @Order(7)
     @GridToStringExclude
     private byte flags;

Review Comment:
   My bad, you are right!



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