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 52b55dd  fix seed node list in startUpStatus
     add f2cfdea  fix concurrent catch up fix queried node registering fix 
exceptions of missing meta during insertion

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/log/applier/BaseApplier.java     | 28 ++++++-
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 21 +++--
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  | 25 +++---
 .../cluster/log/catchup/SnapshotCatchUpTask.java   | 24 +++---
 .../iotdb/cluster/query/reader/DataSourceInfo.java |  2 +-
 .../iotdb/cluster/server/DataClusterServer.java    | 95 ++++++++++++----------
 .../server/handlers/caller/HeartbeatHandler.java   |  9 +-
 .../cluster/server/heartbeat/HeartbeatThread.java  |  2 +
 .../cluster/server/member/MetaGroupMember.java     | 15 ++--
 .../iotdb/cluster/server/member/RaftMember.java    |  5 +-
 .../cluster/log/catchup/LogCatchUpTaskTest.java    | 24 +++---
 .../log/catchup/SnapshotCatchUpTaskTest.java       | 14 ++--
 .../handlers/caller/HeartbeatHandlerTest.java      |  2 +-
 .../cluster/server/member/MetaGroupMemberTest.java |  2 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  4 +-
 .../db/engine/storagegroup/TsFileResource.java     |  2 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     | 24 +++---
 17 files changed, 174 insertions(+), 124 deletions(-)

Reply via email to