wernerdv commented on code in PR #12720:
URL: https://github.com/apache/ignite/pull/12720#discussion_r2797440875
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessage.java:
##########
@@ -38,32 +38,39 @@ public class GridIoMessage implements Message,
SpanTransport {
public static final Integer STRIPE_DISABLED_PART = Integer.MIN_VALUE;
/** Policy. */
+ @Order(value = 0, method = "policy")
private byte plc;
/** Message topic. */
@GridToStringInclude
- @GridDirectTransient
private Object topic;
/** Topic bytes. */
+ @Order(1)
private byte[] topicBytes;
/** Topic ordinal. */
+ @Order(value = 2, method = "topicOrdinal")
private int topicOrd = -1;
Review Comment:
Created a ticket for this https://issues.apache.org/jira/browse/IGNITE-27824
--
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]