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/27 10:37:42 UTC

[iotdb] branch cluster_new updated (7db493f -> ebdd04a)

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 7db493f  Merge branch 'master' into cluster_new
     add ebdd04a  fix concurrent problem when waiting for prev log

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 22 +++++++++++++++++++---
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  5 ++++-
 .../log/manage/UnCommittedEntryManager.java        |  4 ++--
 .../server/handlers/caller/HeartbeatHandler.java   |  2 +-
 .../iotdb/cluster/server/member/RaftMember.java    | 22 +++++++++++++---------
 .../iotdb/cluster/log/catchup/CatchUpTaskTest.java | 12 ++++++------
 .../handlers/caller/HeartbeatHandlerTest.java      |  2 +-
 7 files changed, 46 insertions(+), 23 deletions(-)