From 8bbd3db1bcb37a4fbcffba27edbae595b7ba9193 Mon Sep 17 00:00:00 2001 From: yujun Date: Fri, 23 Aug 2024 12:24:55 +0800 Subject: [PATCH] [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 17a3095ead..5d399e2d77 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 {