You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2021/05/20 03:32:17 UTC

[iotdb] branch cluster_scalability updated (3463efe -> fbda1e9)

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

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


    from 3463efe  fix ut bugs of OOM
     add fbda1e9  fix sonar issues

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/coordinator/Coordinator.java     |   5 +-
 .../iotdb/cluster/log/applier/MetaLogApplier.java  |   6 +-
 .../cluster/server/member/MetaGroupMember.java     | 112 +++++----------------
 .../cluster/server/service/MetaAsyncService.java   |  20 ++--
 .../cluster/server/service/MetaSyncService.java    |  20 ++--
 .../iotdb/cluster/utils/NodeSerializeUtils.java    |   2 +
 .../cluster/utils/nodetool/ClusterMonitor.java     |   8 +-
 .../cluster/utils/nodetool/function/Partition.java |   2 +-
 .../cluster/server/member/MetaGroupMemberTest.java |   4 -
 9 files changed, 51 insertions(+), 128 deletions(-)