yujun777 commented on code in PR #35342: URL: https://github.com/apache/doris/pull/35342#discussion_r1639316739
########## fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java: ########## @@ -166,18 +166,26 @@ public static TxnSourceType valueOf(int flag) { public static class TxnCoordinator { @SerializedName(value = "sourceType") public TxnSourceType sourceType; + // backendId for backend, 0 for frontend + @SerializedName(value = "id") + public long id = 0; @SerializedName(value = "ip") public String ip; + // frontend/backend start time + @SerializedName(value = "startTime") Review Comment: change to st -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org