wernerdv commented on code in PR #12411:
URL: https://github.com/apache/ignite/pull/12411#discussion_r2440229231


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java:
##########
@@ -43,14 +39,16 @@ public class GridDhtAtomicUpdateResponse extends 
GridCacheIdMessage implements G
     public static final int CACHE_MSG_IDX = nextIndexId();
 
     /** Future version. */
+    @Order(value = 4, method = "futureId")
     private long futId;
 
     /** */
+    @Order(value = 5, method = "errors")
     private UpdateErrors errs;
 
     /** Evicted readers. */
     @GridToStringInclude
-    @GridDirectCollection(KeyCacheObject.class)
+    @Order(6)
     private List<KeyCacheObject> nearEvicted;
 
     /** */

Review Comment:
   `@Order(value = 7, method = "partition")` ?



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