You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/20 01:51:33 UTC

[incubator-iotdb] branch cluster_new updated (5de279c -> 327be33)

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

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


    from 5de279c  [IOTDB-526] Support some metadata queries (#1051)
     add 327be33  [IOTDB-586] add remote schema cache (#1064)

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |  2 +
 .../cluster/server/member/MetaGroupMember.java     |  6 +--
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 ++++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  4 ++
 .../org/apache/iotdb/db/metadata/MManager.java     | 54 +++++++++++++++++-----
 .../iotdb/db/metadata/MManagerAdvancedTest.java    | 48 ++++++++++++++++++-
 .../apache/iotdb/tsfile/common/cache/LRUCache.java |  6 ++-
 7 files changed, 116 insertions(+), 17 deletions(-)