JackieTien97 commented on code in PR #11464:
URL: https://github.com/apache/iotdb/pull/11464#discussion_r1390582813
##########
iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/TimeseriesMetadata.java:
##########
@@ -276,12 +279,25 @@ public void setChunkMetadataList(List<ChunkMetadata>
chunkMetadataList) {
this.chunkMetadataList = new ArrayList<>(chunkMetadataList);
}
+ // it's only used for query cache, field chunkMetadataListBuffer and
chunkMetadataLoader should
+ // always be null
+ public long getRetainedSizeInBytes() {
Review Comment:
Oh, yes, I missed that, we need to consider that
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]