You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/03/16 01:48:56 UTC

[GitHub] [iotdb] wshao08 commented on a change in pull request #2846: [To rel/0.11] Change Query debug log for deletion and last

wshao08 commented on a change in pull request #2846:
URL: https://github.com/apache/iotdb/pull/2846#discussion_r594805000



##########
File path: server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
##########
@@ -1633,6 +1632,7 @@ private void tryToDeleteLastCache(PartialPath deviceId, PartialPath originalPath
           if (lastPair != null && startTime <= lastPair.getTimestamp()
               && lastPair.getTimestamp() <= endTime) {
             ((MeasurementMNode) measurementNode).resetCache();
+            logger.info("[tryToDeleteLastCache] Last cache for path: " + measurementNode.getFullPath() + " is set to null");

Review comment:
       Fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org