airborne12 commented on code in PR #41966:
URL: https://github.com/apache/doris/pull/41966#discussion_r1812165080


##########
be/src/olap/compaction.cpp:
##########
@@ -708,6 +708,19 @@ Status Compaction::do_inverted_index_compaction() {
                     break;
                 }
             }
+
+            // if we restore tablets from other cluster, then we got 
schema.index.index_id
+            // from src cluster in be, but in fe, we will generate new 
index_id,
+            // different index_id make we can not find index file correctly.
+            // Here we temporarily skip index compaction.
+            // (TODO) we should use index_id in rowset schema, not tablet 
schema.

Review Comment:
   Need to specify which part todo this



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