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 2022/01/12 07:18:32 UTC

[iotdb] branch client_manager_add_close updated (e224c3a -> 573e3e9)

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch client_manager_add_close
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from e224c3a  replace synchronized(term) with synchronized(logManager) avoid building data group twice
     add 573e3e9  fix synchronization over term

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/server/handlers/caller/ElectionHandler.java       | 6 +++---
 .../org/apache/iotdb/cluster/server/heartbeat/HeartbeatThread.java  | 2 +-
 .../java/org/apache/iotdb/cluster/server/member/RaftMember.java     | 4 ++--
 .../iotdb/cluster/server/handlers/caller/ElectionHandlerTest.java   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)