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/16 01:59:53 UTC

[incubator-iotdb] branch cluster_new updated (879a44c -> 308d3a0)

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 879a44c  Merge branch 'master' into cluster_new
     add 308d3a0  [IOTDB-590] add meta info when do MetaSnapshot (#1049)

No new revisions were added by this update.

Summary of changes:
 .../log/manage/MetaSingleSnapshotLogManager.java   | 17 ++++++-
 .../cluster/log/snapshot/MetaSimpleSnapshot.java   | 55 ++++++++++++++++++++--
 .../cluster/server/member/MetaGroupMember.java     | 25 ++++++++++
 .../cluster/server/member/MetaGroupMemberTest.java | 52 +++++++++++++++++++-
 .../iotdb/db/auth/authorizer/BasicAuthorizer.java  | 16 +++++++
 .../iotdb/db/auth/authorizer/IAuthorizer.java      |  7 +++
 .../org/apache/iotdb/db/metadata/MManager.java     | 18 +++++++
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |  1 -
 8 files changed, 182 insertions(+), 9 deletions(-)