Skip to content

Commit 3e6ce63

Browse files
committed
fix comment format
1 parent f7f1465 commit 3e6ce63

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/utils/CompactionUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,7 @@ private static void recursiveTTLCheckForTableDir(
586586
return;
587587
}
588588
// The rate limit may only work on filesystems like ext4, directory File.length() is
589-
// block-aligned
590-
// and reflects allocated directory entry blocks.
589+
// block-aligned and reflects allocated directory entry blocks.
591590
acquireCompactionReadRate(currentFile.length());
592591
for (File child : children) {
593592
recursiveTTLCheckForTableDir(

0 commit comments

Comments
 (0)