You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/07/07 04:54:38 UTC

[iotdb] branch tsfile_name updated (4dea3cf241 -> 8ceb0924a4)

This is an automated email from the ASF dual-hosted git repository.

hui pushed a change to branch tsfile_name
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 4dea3cf241 merge master
     add da0795447a bug fix: add timestamp in hashcode()
     add 8ceb0924a4 bug fix: set filename for unclosed file when loading chunk metadata

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/engine/cache/BloomFilterCache.java     | 2 +-
 .../org/apache/iotdb/db/engine/cache/TimeSeriesMetadataCache.java   | 3 ++-
 .../query/reader/chunk/metadata/MemAlignedChunkMetadataLoader.java  | 2 +-
 .../apache/iotdb/db/query/reader/universal/PriorityMergeReader.java | 6 ++++--
 .../java/org/apache/iotdb/tsfile/file/metadata/ChunkMetadata.java   | 3 ++-
 5 files changed, 10 insertions(+), 6 deletions(-)