This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch global-counter
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 2a075f693fc Merge branch 'master' of https://github.com/apache/iotdb
into global-counter
add 0c92895ad31 StateProgressIndex
No new revisions were added by this update.
Summary of changes:
.../commons/consensus/index/ProgressIndex.java | 7 +-
.../commons/consensus/index/ProgressIndexType.java | 7 +-
.../consensus/index/impl/HybridProgressIndex.java | 4 +
.../consensus/index/impl/MetaProgressIndex.java | 2 +-
.../consensus/index/impl/StateProgressIndex.java | 200 +++++++++++++++++++++
5 files changed, 216 insertions(+), 4 deletions(-)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/consensus/index/impl/StateProgressIndex.java