This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c1c8fbaa77 Fix time unit in the ttl log (#7628)
add 0ebc42fd83 [IOTDB-4654] Fix concurrent bug caused by sharing same
ChunkMetadata
No new revisions were added by this update.
Summary of changes:
.../chunk/metadata/DiskAlignedChunkMetadataLoader.java | 2 +-
.../reader/chunk/metadata/DiskChunkMetadataLoader.java | 2 +-
.../java/org/apache/iotdb/db/utils/QueryUtils.java | 16 +++++-----------
.../file/metadata/AlignedTimeSeriesMetadata.java | 15 +++++++++++++++
.../iotdb/tsfile/file/metadata/ChunkMetadata.java | 18 ++++++++++++++++++
.../iotdb/tsfile/file/metadata/TimeseriesMetadata.java | 7 +++++++
6 files changed, 47 insertions(+), 13 deletions(-)