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/07/28 03:25:17 UTC

[incubator-iotdb] branch cluster_new updated (d75edea -> d251730)

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 d75edea  Merge pull request #1560 from neuyilan/apache_cluster_new_0725_leader_cannnot_be_found_fix
     new ee2e28f  limit log size of batch catch up task
     new 9843e43  fix bug for small frame size of thrift
     new d251730  Merge pull request #1561 from mychaow/cluster_new

The 4765 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/cluster/config/ClusterConstant.java      |  3 ++
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  | 43 +++++++++++-----
 .../iotdb/cluster/log/manage/RaftLogManager.java   | 11 ++--
 .../iotdb/cluster/common/TestLogManager.java       | 15 ++++++
 .../cluster/log/catchup/LogCatchUpTaskTest.java    |  6 +--
 .../cluster/log/manage/RaftLogManagerTest.java     | 60 +++++++++++++++-------
 6 files changed, 97 insertions(+), 41 deletions(-)