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

[iotdb] branch limit_memory_for_raftlog updated (a02653f -> 9e8d860)

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

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


    from a02653f  IOTDB-854  Limit the memory foorprint of the committed log cache
     add 9e8d860  fix some bug

No new revisions were added by this update.

Summary of changes:
 cluster/src/assembly/resources/conf/iotdb-cluster.properties      | 5 +++++
 .../main/java/org/apache/iotdb/cluster/config/ClusterConfig.java  | 1 +
 cluster/src/main/java/org/apache/iotdb/cluster/log/Log.java       | 2 +-
 .../apache/iotdb/cluster/log/manage/CommittedEntryManager.java    | 2 +-
 .../java/org/apache/iotdb/cluster/log/manage/RaftLogManager.java  | 8 ++++----
 .../java/org/apache/iotdb/cluster/server/member/RaftMember.java   | 4 +++-
 6 files changed, 15 insertions(+), 7 deletions(-)