This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 8bbd3db1bcb [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's 
field no (#39823)
8bbd3db1bcb is described below

commit 8bbd3db1bcb37a4fbcffba27edbae595b7ba9193
Author: yujun <[email protected]>
AuthorDate: Fri Aug 23 12:24:55 2024 +0800

    [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39823)
    
    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 #36437
---
 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 17a3095ead3..5d399e2d774 100644
--- a/gensrc/thrift/FrontendService.thrift
+++ b/gensrc/thrift/FrontendService.thrift
@@ -609,7 +609,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]

Reply via email to