Lchangliang commented on code in PR #37293:
URL: https://github.com/apache/doris/pull/37293#discussion_r1694904794


##########
cloud/test/meta_service_job_test.cpp:
##########
@@ -58,6 +58,7 @@ void start_compaction_job(MetaService* meta_service, int64_t 
tablet_id, const st
     if (input_version.first > 0 && input_version.second > 0) {
         compaction->add_input_versions(input_version.first);
         compaction->add_input_versions(input_version.second);
+        compaction->set_judge_input_versions_range(true);

Review Comment:
   The parameter is used to replace confi `enable_parallel_cumu_compaction`.
   In old version of BEs, only if enable_parallel_cumu_compaction is true, 
input_versions will be set.
   In new version of Bes, input_versions always are set, and use other param to 
replace `enable_parallel_cumu_compaction`.
   Compatibility is also handled here.



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