This is an automated email from the ASF dual-hosted git repository.
neuyilan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 85604b4 [IOTDB-1250] fix pull schema bug that the
pullTimeSeriesSchema and pullMeasurementSchema is misused(#2894)
add 8fc8de3 [IOTDB-854] Limit the memory foorprint of the committed log
cache (#2879)
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-cluster.properties | 5 +++
.../apache/iotdb/cluster/config/ClusterConfig.java | 11 +++++++
.../iotdb/cluster/config/ClusterDescriptor.java | 6 ++++
.../java/org/apache/iotdb/cluster/log/Log.java | 10 ++++++
.../apache/iotdb/cluster/log/LogDispatcher.java | 8 ++++-
.../cluster/log/manage/CommittedEntryManager.java | 34 ++++++++++++++++++++
.../iotdb/cluster/log/manage/RaftLogManager.java | 37 +++++++++++++++++++---
.../iotdb/cluster/server/member/RaftMember.java | 11 ++++++-
.../org/apache/iotdb/cluster/common/TestUtils.java | 1 +
.../cluster/log/manage/RaftLogManagerTest.java | 35 ++++++++++++++++++++
10 files changed, 151 insertions(+), 7 deletions(-)