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 0fdd8fe fix node.equals
add e5654e4 [IOTDB-354] Implement batch append entries (#1112)
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-cluster.properties | 3 +
.../apache/iotdb/cluster/config/ClusterConfig.java | 10 ++
.../iotdb/cluster/config/ClusterDescriptor.java | 5 +-
.../iotdb/cluster/log/catchup/LogCatchUpTask.java | 95 ++++++++++-
...pHandler.java => LogCatchUpInBatchHandler.java} | 31 ++--
.../iotdb/cluster/server/member/RaftMember.java | 189 +++++++++++++++------
.../cluster/log/catchup/LogCatchUpTaskTest.java | 60 ++++++-
service-rpc/src/main/thrift/cluster.thrift | 8 +-
8 files changed, 320 insertions(+), 81 deletions(-)
copy
cluster/src/main/java/org/apache/iotdb/cluster/server/handlers/caller/{LogCatchUpHandler.java
=> LogCatchUpInBatchHandler.java} (80%)