shishkovilja commented on code in PR #12392:
URL: https://github.com/apache/ignite/pull/12392#discussion_r2416510906
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxFinishResponse.java:
##########
@@ -34,16 +35,20 @@
*/
public class GridDistributedTxFinishResponse extends GridCacheMessage {
/** */
+ @Order(value = 3, method = "xid")
private GridCacheVersion txId;
/** Future ID. */
+ @Order(value = 4, method = "futureId")
private IgniteUuid futId;
/** */
@GridToStringExclude
+ @Order(5)
private byte flags;
/** */
Review Comment:
```suggestion
/** Partition ID this message is targeted to. */
```
--
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]