Skip to content

Commit f6dba27

Browse files
committed
back
1 parent a6d7491 commit f6dba27

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/DataRegion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@ public void deleteByDevice(final MeasurementPath pattern, final DeleteDataNode n
27952795
final long endTime = node.getDeleteEndTime();
27962796
final long searchIndex = node.getSearchIndex();
27972797
// TODO: how to avoid partial deletion?
2798-
// FIXME: notice that if we may remove a DBProcessor out of memory, we need to close all opened
2798+
// FIXME: notice that if we may remove a SGProcessor out of memory, we need to close all opened
27992799
// mod files in mergingModification, sequenceFileList, and unsequenceFileList
28002800
writeLock("delete");
28012801

0 commit comments

Comments
 (0)