dataroaring commented on code in PR #52812:
URL: https://github.com/apache/doris/pull/52812#discussion_r2188883647


##########
be/src/olap/cumulative_compaction.cpp:
##########
@@ -187,6 +191,19 @@ Status CumulativeCompaction::pick_rowsets_to_compact() {
                      << ", first missed version prev rowset verison=" << 
missing_versions[0]
                      << ", first missed version next rowset version=" << 
missing_versions[1]
                      << ", tablet=" << _tablet->tablet_id();
+        if (config::enable_compaction_clone_missing_rowset) {
+            TAgentTaskRequest task;
+            TMissingRowsetReq req;
+            req.__set_tablet_id(0);

Review Comment:
   tablet_id is 0?



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