This is an automated email from the ASF dual-hosted git repository.
yuyuankang pushed a change to branch cluster_performance
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 0477577 maybe append
add e5b3a98 add log dispatcher
new 6b78832 merge log order
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../resources/conf/iotdb-engine.properties | 2 +-
.../apache/iotdb/cluster/log/LogDispatcher.java | 145 ++++++++++++++++++
.../org/apache/iotdb/cluster/server/Timer.java | 23 +++
.../iotdb/cluster/server/member/RaftMember.java | 162 ++++++++++++++++-----
4 files changed, 296 insertions(+), 36 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/log/LogDispatcher.java