File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/active Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ private static boolean loadTsFilesToActiveDir(
9292 Objects .nonNull (loadAttributes ) ? loadAttributes : Collections .emptyMap ();
9393 final File targetDir = ActiveLoadPathHelper .resolveTargetDir (targetFilePath , attributes );
9494
95- loadTsFileAsyncToTargetDir (targetDir , file , isDeleteAfterLoad );
9695 loadTsFileAsyncToTargetDir (
9796 targetDir , new File (file .getAbsolutePath () + ".resource" ), isDeleteAfterLoad );
9897 loadTsFileAsyncToTargetDir (
9998 targetDir , new File (file .getAbsolutePath () + ".mods" ), isDeleteAfterLoad );
99+ loadTsFileAsyncToTargetDir (targetDir , file , isDeleteAfterLoad );
100100 return true ;
101101 }
102102
You can’t perform that action at this time.
0 commit comments