We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401c5e9 commit 43c0320Copy full SHA for 43c0320
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/active/ActiveLoadUtil.java
@@ -91,11 +91,11 @@ private static boolean loadTsFilesToActiveDir(
91
targetDir = targetFilePath;
92
}
93
94
- loadTsFileAsyncToTargetDir(targetDir, file, isDeleteAfterLoad);
95
loadTsFileAsyncToTargetDir(
96
targetDir, new File(file.getAbsolutePath() + ".resource"), isDeleteAfterLoad);
97
98
targetDir, new File(file.getAbsolutePath() + ".mods"), isDeleteAfterLoad);
+ loadTsFileAsyncToTargetDir(targetDir, file, isDeleteAfterLoad);
99
return true;
100
101
0 commit comments