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 c652bee  add batch test
     add ff9b684  fix multiple concurrent problems

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        |  2 +-
 .../iotdb/cluster/client/async/ClientPool.java     |  8 +--
 .../iotdb/cluster/client/async/DataClient.java     | 23 ++++---
 .../iotdb/cluster/client/async/MetaClient.java     | 22 +++---
 .../apache/iotdb/cluster/config/ClusterConfig.java |  4 +-
 .../iotdb/cluster/log/catchup/CatchUpTask.java     |  7 +-
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  |  4 ++
 .../iotdb/cluster/log/manage/RaftLogManager.java   | 14 +++-
 .../log/manage/UnCommittedEntryManager.java        | 27 ++++++--
 .../java/org/apache/iotdb/cluster/server/Peer.java | 10 +--
 .../handlers/caller/AppendNodeEntryHandler.java    |  2 +
 .../server/handlers/caller/HeartbeatHandler.java   |  2 +
 .../cluster/server/member/MetaGroupMember.java     |  3 +
 .../iotdb/cluster/server/member/RaftMember.java    | 80 ++++++++++++++++------
 .../log/manage/UnCommittedEntryManagerTest.java    |  4 +-
 15 files changed, 152 insertions(+), 60 deletions(-)

Reply via email to