This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch pipe-meta-sync
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 994785b4547 Pipe Meta: Fixed the bug that queue may be cleared after
failed sync & clearing queue failure is not reported & may write consensus on
dataNode after consensus closed (#12062)
add 1039a5471a8 Bump org.apache.commons:commons-compress from 1.21 to
1.26.0 (#12058)
add 24638f699ce Bump ip from 2.0.0 to 2.0.1 in
/iotdb-connector/grafana-plugin (#12057)
add a67b0c02b6e Pipe: fixed potential lose point bug caused by cancelled
flush of historical extractor (#12056)
add f35b2a5306e Fix it which use 'merge' command (#12060)
add 4ca47c7c539 Pipe: Fixed the bug that CN cannot sense drop pipe failure
in meta sync and may lead to constantly skip of drop pipe (#12059)
add 16c5eb68cc9 Merge branch 'master' of https://github.com/apache/iotdb
into pipe-meta-sync
add 87b86ffa337 Merge branch 'pipe-meta-sync' of
https://github.com/apache/iotdb into pipe-meta-sync
No new revisions were added by this update.
Summary of changes:
integration-test/pom.xml | 14 +++++++-------
.../org/apache/iotdb/db/it/IoTDBSimpleQueryIT.java | 20 --------------------
.../pipe/it/autocreate/IoTDBPipeClusterIT.java | 5 +++--
.../test/java/org/apache/iotdb/spark/it/Utils.java | 1 -
.../apache/iotdb/jdbc/IoTDBDatabaseMetadata.java | 1 -
iotdb-connector/grafana-plugin/yarn.lock | 6 +++---
.../confignode/persistence/pipe/PipeTaskInfo.java | 4 +---
.../common/tsfile/PipeTsFileInsertionEvent.java | 4 ++++
.../PipeRealtimeDataRegionHybridExtractor.java | 22 +++++++++++++++++++++-
.../PipeRealtimeDataRegionLogExtractor.java | 12 +++++++++---
.../dataregion/realtime/epoch/TsFileEpoch.java | 14 ++++++++++++++
.../realtime/epoch/TsFileEpochManager.java | 5 ++++-
.../commons/pipe/agent/task/PipeTaskAgent.java | 8 +++++++-
pom.xml | 2 +-
14 files changed, 74 insertions(+), 44 deletions(-)