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

##########
cloud/src/meta-service/meta_service_txn.cpp:
##########
@@ -1269,6 +1270,12 @@ void commit_txn_immediately(
                     max_size = v.ByteSizeLong();
                     max_idx = i;
                 }
+                if (v.num_segments() >= 100) {

Review Comment:
   record a max_num_seg  and log it at line 1274



##########
cloud/src/meta-service/meta_service_txn.cpp:
##########
@@ -1269,6 +1270,12 @@ void commit_txn_immediately(
                     max_size = v.ByteSizeLong();
                     max_idx = i;
                 }
+                if (v.num_segments() >= 100) {

Review Comment:
   record a max_num_seg  and log it at line 1280



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to