This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 5ec7f46212b [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's
field no (#39821)
5ec7f46212b is described below
commit 5ec7f46212b4e2197a89889d1a9381c7ebbb378d
Author: yujun <[email protected]>
AuthorDate: Fri Aug 23 12:24:44 2024 +0800
[branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39821)
Make backend_id's field no the same with master branch.
For upgrading, change backend_id's field no is safe, because old fe can
torrent with TLoadTxnBeginRequest not setting backend id.
backend_id was introduce by #39317
---
gensrc/thrift/FrontendService.thrift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gensrc/thrift/FrontendService.thrift
b/gensrc/thrift/FrontendService.thrift
index 9e43d35f8f1..a67bb59b80e 100644
--- a/gensrc/thrift/FrontendService.thrift
+++ b/gensrc/thrift/FrontendService.thrift
@@ -559,7 +559,7 @@ struct TLoadTxnBeginRequest {
10: optional i64 timeout
11: optional Types.TUniqueId request_id
12: optional string token
- 13: optional i64 backend_id
+ 15: optional i64 backend_id
}
struct TLoadTxnBeginResult {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]