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 cffd33e ignore PathNotExistException in tryToUpdateInsertLastCache
add db02ade discard empty log in catch up fix MeasurementSchema cache
wait for leader if it is null
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/log/applier/BaseApplier.java | 10 ++--
.../iotdb/cluster/log/applier/MetaLogApplier.java | 2 +-
.../iotdb/cluster/log/catchup/CatchUpTask.java | 49 +++++++------------
.../manage/FilePartitionedSnapshotLogManager.java | 1 +
.../iotdb/cluster/log/manage/RaftLogManager.java | 8 ++--
.../cluster/log/snapshot/PullSnapshotTask.java | 3 +-
.../iotdb/cluster/query/ClusterPlanExecutor.java | 4 +-
.../cluster/query/filter/SlotTsFileFilter.java | 5 +-
.../iotdb/cluster/query/reader/DataSourceInfo.java | 2 +-
.../iotdb/cluster/server/DataClusterServer.java | 56 ++++++++++++++++++----
.../iotdb/cluster/server/MetaClusterServer.java | 6 ++-
.../cluster/server/member/DataGroupMember.java | 16 +++++--
.../cluster/server/member/MetaGroupMember.java | 17 ++++---
.../iotdb/cluster/server/member/RaftMember.java | 40 +++++++++++++++-
.../iotdb/cluster/log/catchup/CatchUpTaskTest.java | 20 ++++++++
.../org/apache/iotdb/db/metadata/MManager.java | 5 +-
service-rpc/src/main/thrift/cluster.thrift | 5 ++
17 files changed, 180 insertions(+), 69 deletions(-)