You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/05 09:05:12 UTC

[incubator-iotdb] branch master updated (c9a11a9 -> bdb2cae)

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

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


    from c9a11a9  Merge pull request #374 from apache/session_synchronized
     new f1ee7c5  fix some small problems discovered when reading code
     new 95768e8  add unit test for DeviceMetadataCache
     new bdb2cae  Merge pull request #371 from LeiRui/quickFix

The 2074 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/db/engine/cache/DeviceMetaDataCache.java |   4 +
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |  16 +--
 .../fileRelated/UnSealedTsFileIterateReader.java   |  39 +++--
 .../db/engine/cache/DeviceMetaDataCacheTest.java   | 160 +++++++++++++++++++++
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  10 +-
 5 files changed, 199 insertions(+), 30 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/engine/cache/DeviceMetaDataCacheTest.java