gavinchou commented on code in PR #66191:
URL: https://github.com/apache/doris/pull/66191#discussion_r3709344655
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Tablet.java:
##########
@@ -104,6 +104,10 @@ public TabletHealth() {
@SerializedName(value = "id")
protected long id;
+ // Cross-link for a split base/row-binlog tablet pair. Legacy images do not
+ // contain this field and therefore keep the non-positive "not aligned"
value.
+ @SerializedName(value = "ati")
+ protected long alignedTabletId = -1L;
Review Comment:
conflict design with https://github.com/apache/doris/pull/65810
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]