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/30 01:56:42 UTC

[iotdb] branch cluster_new updated (65d7209 -> 85dc99f)

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 65d7209  Merge pull request #2130 from LebronAl/cluster_new_fix_many_bugs
     new 393fbd5  fix client is null && remove while true when get a client
     new 4c991a3  fix some code smell
     new d3204d7  reformat the log message
     new ae03c11  fix conflicts
     new 85dc99f  Merge pull request #2133 from neuyilan/apache_cluster_new_1126_fix_get_client

The 5760 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/sync/SyncClientAdaptor.java     |  2 -
 .../apache/iotdb/cluster/log/LogDispatcher.java    |  4 ++
 .../iotdb/cluster/log/catchup/CatchUpTask.java     |  3 +
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  |  9 +++
 .../cluster/log/catchup/SnapshotCatchUpTask.java   |  3 +
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   | 21 +++++--
 .../apache/iotdb/cluster/metadata/CMManager.java   |  1 +
 .../cluster/query/manage/QueryCoordinator.java     |  4 ++
 .../cluster/server/PullSnapshotHintService.java    |  3 +
 .../cluster/server/member/MetaGroupMember.java     | 17 ++++-
 .../iotdb/cluster/server/member/RaftMember.java    | 72 +++++++++++++---------
 .../cluster/server/service/DataSyncService.java    |  4 ++
 12 files changed, 107 insertions(+), 36 deletions(-)