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 04:27:41 UTC

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

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 9da74d2  Merge pull request #1956 from neuyilan/apache_cluster_new_1105_clean_all_logs_after_snapshot
     new 2e04557  fix async send log bug
     new f3584d2  check maxFrameSize
     new 0a74da6  Merge pull request #1987 from mychaow/fix_send_log_bug

The 5543 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:
 .../cluster/client/async/AsyncClientPool.java      |  3 +--
 .../iotdb/cluster/config/ClusterConstant.java      |  1 -
 .../apache/iotdb/cluster/log/LogDispatcher.java    | 27 +++++++++++-----------
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 10 +++++++-
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  |  5 ++--
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |  3 +++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  4 ++++
 7 files changed, 34 insertions(+), 19 deletions(-)