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/17 12:24:02 UTC

[iotdb] branch cluster_new updated (6b7011e -> f3fda74)

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 6b7011e  fix sonar bugs
     new 8d71edc  fix syncLogDequeSerializer bug & use FixedThreadPool to replace the ScheduledThreadPoolExecutor when check the log applied
     new 486456d  rename the check log thread name
     new a0ce93c  fix conflicts
     new 02a468e  fix the sonar
     new d4b0819  add try catch when using log check thread
     new 1b5493d  add try catch when checking the applied log index
     new 15f08c7  add try catch when checking delete log
     new e2770f5  fix flush buffer when get logs
     new 2e4f6cc  add force delete log files
     new e60eeba  add more cleaer error message when ut failed
     new 83b3945  fix conflicts
     new 36d3807  amend the log message
     new f3fda74  Merge pull request #2059 from neuyilan/apache_cluster_new_1116_thread_pool_fix

The 5630 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:
 .../rpcutils/AutoScalingBufferWriteTransport.java  |   2 +
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  34 ++++--
 .../serializable/SyncLogDequeSerializer.java       | 114 +++++++++++++++++----
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   |  36 ++++---
 .../cluster/server/member/DataGroupMember.java     |   2 -
 .../cluster/server/member/MetaGroupMember.java     |  24 ++---
 .../iotdb/cluster/common/TestLogManager.java       |   4 +-
 .../cluster/log/manage/RaftLogManagerTest.java     |   4 +-
 .../cluster/server/member/MetaGroupMemberTest.java |   9 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   5 -
 10 files changed, 159 insertions(+), 75 deletions(-)