You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/02/14 11:50:32 UTC

[incubator-iotdb] branch CachedChunk updated (be7abc7 -> 4305fde)

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

jackietien pushed a change to branch CachedChunk
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from be7abc7  Merge branch 'new_series_reader' into CachedChunk
     add 4305fde  update field name and lock sequence

No new revisions were added by this update.

Summary of changes:
 server/src/assembly/resources/conf/iotdb-engine.properties        | 2 +-
 .../src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java   | 2 +-
 .../main/java/org/apache/iotdb/db/engine/cache/ChunkCache.java    | 4 ++--
 .../org/apache/iotdb/db/query/reader/chunk/DiskChunkLoader.java   | 5 -----
 .../org/apache/iotdb/db/query/reader/chunk/MemChunkLoader.java    | 4 ----
 .../iotdb/tsfile/read/controller/CachedChunkLoaderImpl.java       | 5 -----
 .../org/apache/iotdb/tsfile/read/controller/IChunkLoader.java     | 8 ++------
 7 files changed, 6 insertions(+), 24 deletions(-)