Skip to content

Commit 552b298

Browse files
committed
remove debug log
1 parent fb22c7e commit 552b298

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceContext.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ protected PatternTreeMap<ModEntry, PatternTreeMapFactory.ModsSerializer> getAllM
364364
}
365365
return null;
366366
});
367-
if (cachedResult == null) {
368-
LOGGER.error("cached num: {}, mem cost: {}", fileModCache.size(), cachedModEntriesSize.get());
369-
}
370367
return cachedResult == null ? atomicReference.get() : cachedResult;
371368
}
372369

0 commit comments

Comments
 (0)