mymeiyi commented on code in PR #23053:
URL: https://github.com/apache/doris/pull/23053#discussion_r1314391103


##########
gensrc/thrift/FrontendService.thrift:
##########
@@ -644,6 +647,29 @@ struct TStreamLoadWithLoadStatusResult {
     6: optional i64 unselected_rows
 }
 
+struct TCheckWalRequest {
+    1: optional i64 table_id
+    2: optional i64 wal_id
+    3: optional i64 db_id
+}
+
+struct TCheckWalResult {
+    1: optional Status.TStatus status
+    2: optional bool need_recovery
+}
+
+struct TUpdateWalMapRequest {

Review Comment:
   TCheckWalRequest and TUpdateWalMapRequest are not used?



-- 
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]

Reply via email to