You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2023/05/27 19:22:49 UTC

[iotdb] branch pipe-consensus-index updated (28accc7a3a4 -> 8ae0953c7bb)

This is an automated email from the ASF dual-hosted git repository.

rong pushed a change to branch pipe-consensus-index
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 28accc7a3a4 rename: ConsensusIndex -> ProgressIndex
     add ff4b3bc659a refactor impl of ProgressIndex
     add 4fad2500409 impl ProgressIndex in a better way
     add 35dfb88296f fix TsFileResource
     add 8ae0953c7bb reformat

No new revisions were added by this update.

Summary of changes:
 .../consensus/iot/IoTConsensusServerImpl.java      |   2 +-
 .../commons/consensus/index/ProgressIndex.java     |  25 ++---
 .../commons/consensus/index/ProgressIndexType.java |   8 +-
 .../consensus/index/impl/IoTProgressIndex.java     | 104 ++++++++++++++-------
 .../consensus/index/impl/MinimumProgressIndex.java |  22 +++--
 .../iotdb/commons/pipe/task/meta/PipeTaskMeta.java |  18 ++--
 .../IoTConsensusDataRegionStateMachine.java        |   4 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |   4 +
 .../db/engine/storagegroup/TsFileResource.java     |  35 ++++++-
 .../plan/planner/plan/node/write/InsertNode.java   |   4 +-
 .../iotdb/db/pipe/agent/task/PipeTaskAgent.java    |   1 -
 .../PipeHistoricalDataRegionTsFileCollector.java   |  11 +--
 .../realtime/PipeRealtimeDataRegionCollector.java  |   3 +-
 .../TsFileResourceProgressIndexTest.java           |   2 +-
 14 files changed, 153 insertions(+), 90 deletions(-)