This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch IOTDB-5723
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 84780e2d3f3 [IOTDB-5723] Pipe: progress index (#9446)(#9950)
new 5d8765d9399 progress index impl for simple consensus
new 8ff4acdf247 assign simple progress index
The 2 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:
.../commons/consensus/index/ProgressIndexType.java | 6 +
.../consensus/index/impl/SimpleProgressIndex.java | 160 +++++++++++++++++++++
.../db/engine/storagegroup/TsFileProcessor.java | 5 +-
.../db/engine/storagegroup/TsFileResource.java | 4 +
.../db/pipe/agent/runtime/PipeRuntimeAgent.java | 17 ++-
.../SimpleConsensusProgressIndexAssigner.java | 112 +++++++++++++++
.../listener/PipeInsertionDataNodeListener.java | 7 +
.../java/org/apache/iotdb/db/service/DataNode.java | 2 +-
8 files changed, 309 insertions(+), 4 deletions(-)
create mode 100644
node-commons/src/main/java/org/apache/iotdb/commons/consensus/index/impl/SimpleProgressIndex.java
create mode 100644
server/src/main/java/org/apache/iotdb/db/pipe/agent/runtime/SimpleConsensusProgressIndexAssigner.java