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