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/06/23 10:23:34 UTC

[incubator-iotdb] branch cluster_new updated (9e96e92 -> 2766972)

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/incubator-iotdb.git.


    from 9e96e92  wait for leader before forwarding
     add 2766972  fix step down and increase client pool capacity

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/client/async/ClientPool.java     |  2 +-
 .../apache/iotdb/cluster/config/ClusterConfig.java |  2 +-
 .../apache/iotdb/cluster/server/NodeReport.java    |  5 ++---
 .../server/handlers/caller/ElectionHandler.java    |  2 +-
 .../server/handlers/caller/HeartbeatHandler.java   |  2 +-
 .../server/handlers/caller/LogCatchUpHandler.java  |  2 +-
 .../handlers/caller/LogCatchUpInBatchHandler.java  |  2 +-
 .../iotdb/cluster/server/member/RaftMember.java    | 23 ++++++++++++++--------
 8 files changed, 23 insertions(+), 17 deletions(-)