DenisPolo commented on code in PR #12324:
URL: https://github.com/apache/ignite/pull/12324#discussion_r2371952839
##########
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:
This field is used in the method [private boolean [isFlag(int
mask)](https://github.com/DenisPolo/ignite/blob/601505ba17942cf8b3ca7c3c391d1dd263958fe6/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicNearResponse.java#L179)
--
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]