jt2594838 commented on code in PR #16799:
URL: https://github.com/apache/iotdb/pull/16799#discussion_r2558439310


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/task/SettleCompactionTask.java:
##########
@@ -136,7 +137,11 @@ protected boolean doCompaction() {
         new File(
             allSourceFiles.get(0).getTsFile().getAbsolutePath()
                 + CompactionLogger.SETTLE_COMPACTION_LOG_NAME_SUFFIX);
+
     try (SimpleCompactionLogger compactionLogger = new 
SimpleCompactionLogger(logFile)) {
+      CompactionUtils.prepareCompactionModFiles(
+          filesView.targetFilesInPerformer, 
filesView.sourceFilesInCompactionPerformer);
+
       calculateSourceFilesAndTargetFiles();

Review Comment:
   fixed



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

Reply via email to