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


##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -1042,8 +1042,24 @@ Status CloudMetaMgr::commit_rowset(RowsetMeta& rs_meta, 
const std::string& job_i
         RETURN_IF_ERROR(
                 
engine.get_schema_cloud_dictionary_cache().refresh_dict(rs_meta_pb.index_id()));
     }
+
+    int64_t timeout_ms = -1;
+    if (config::enable_compaction_delay_commit_for_warm_up && !job_id.empty()) 
{

Review Comment:
   add comment for condition `!job_id.empty()` => means compaction



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