gavinchou commented on code in PR #66092:
URL: https://github.com/apache/doris/pull/66092#discussion_r3656752853


##########
gensrc/proto/cloud.proto:
##########
@@ -1046,6 +1046,9 @@ message CommitTxnResponse {
     repeated int64 versions = 5;
     repeated TableStatsPB table_stats = 6;
     optional int64 version_update_time_ms = 7;
+    // The lazy commit has only completed its first phase. FE must not notify 
BE to make
+    // temporary rowsets visible until BE observes the final metadata from 
meta-service.
+    optional bool is_lazy_commit_incomplete = 8;

Review Comment:
   also add a field to indicate whether the commit is a lazy_commit
   `bool is_lazy_commit` 



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