You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2021/03/21 15:36:15 UTC

[iotdb] branch auto_create_device_mnode updated (2169d1b -> 2f2d4d3)

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

sunzesong pushed a change to branch auto_create_device_mnode
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 2169d1b  [IOTDB-1249] Serialize of device MNode with device template
     add 2a82e8b  for lz
     add 8cc7bb1  Merge branch 'Vector' of https://github.com/apache/incubator-iotdb into Vector
     add 331d43a  fix bug
     add 55ecf17  add SystemInfoMBean
     add a90d1cf  MBean
     add 4278eb7  Merge branch 'Vector' of https://github.com/apache/incubator-iotdb into Vector
     add 84549b8  format code
     add 0cf1b59  fix deadlock
     add 07f199d  adjust
     add 67584a3  drop raft
     add 2f2d4d3  Merge branch 'Vector' into auto_create_device_mnode

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        |  2 +-
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  2 -
 .../iotdb/cluster/coordinator/Coordinator.java     | 31 ++++++----
 .../iotdb/cluster/log/applier/BaseApplier.java     |  4 +-
 .../cluster/partition/slot/SlotPartitionTable.java |  5 +-
 .../apache/iotdb/cluster/server/ClientServer.java  |  7 ++-
 .../cluster/server/member/DataGroupMember.java     | 34 +++++++---
 .../org/apache/iotdb/VectorSessionExample.java     | 16 +++--
 .../db/engine/cache/CacheHitRatioMonitor.java      | 28 +++++++++
 .../engine/cache/CacheHitRatioMonitorMXBean.java   | 10 +++
 .../org/apache/iotdb/db/rescon/SystemInfo.java     | 72 ++++++++++++++--------
 .../org/apache/iotdb/db/service/ServiceType.java   |  3 +-
 .../iotdb/tsfile/file/header/ChunkHeader.java      |  2 +-
 .../iotdb/tsfile/file/metadata/ChunkMetadata.java  | 12 +++-
 .../iotdb/tsfile/file/metadata/IChunkMetadata.java |  2 +
 .../tsfile/file/metadata/TimeseriesMetadata.java   |  3 +-
 .../tsfile/file/metadata/VectorChunkMetadata.java  |  5 ++
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  4 +-
 18 files changed, 175 insertions(+), 67 deletions(-)