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/11/10 07:46:40 UTC

[iotdb] branch cluster_new updated (0a74da6 -> 9de3b78)

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/iotdb.git.


    from 0a74da6  Merge pull request #1987 from mychaow/fix_send_log_bug
     add 15977e3  Raise log level when there is config inconsistency
     add 5c9aeee  remove timed flush
     add d0ebb9e  raise log level in catch up
     add 4171a7b  Merge branch 'cluster_new' of github.com:apache/iotdb into cluster_new
     add 9de3b78  increase default log cache size

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        |  9 ++----
 .../resources/conf/iotdb-engine.properties         |  3 ++
 .../apache/iotdb/cluster/config/ClusterConfig.java | 10 ------
 .../iotdb/cluster/config/ClusterDescriptor.java    |  5 ---
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 14 ++++++---
 .../iotdb/cluster/log/manage/RaftLogManager.java   | 36 ----------------------
 .../serializable/SyncLogDequeSerializer.java       |  2 +-
 .../apache/iotdb/cluster/utils/ClusterUtils.java   | 14 ++++-----
 8 files changed, 23 insertions(+), 70 deletions(-)