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


##########
be/src/cloud/cloud_index_change_compaction.cpp:
##########
@@ -401,7 +401,7 @@ void 
CloudIndexChangeCompaction::_update_tablet_for_cumu_compaction(
         if (_input_rowsets.size() == 1) {
             DCHECK_EQ(_output_rowset->version(), _input_rowsets[0]->version());
             // MUST NOT move input rowset to stale path.
-            cloud_tablet()->add_rowsets({_output_rowset}, true, wrlock);
+            cloud_tablet()->add_rowsets({_output_rowset}, true, wrlock, true);

Review Comment:
   This should be also fixed, we cannot always warm up data when doing index 
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