This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch concurrent-sundial
in repository https://gitbox.apache.org/repos/asf/iotdb.git
omit d91ed56e9d2 seems finished and accelerated
omit 09f62aa050b stash changes
add 0fce0ccfdb0 Update tsfile version & add table view query it
add 309f205859d Update Release info after 2.0.4 released (#15898)
add 1ad56c78138 Pipe: Enabled waiting for pipes to finish & progress index
persist to config node in shutdown hook (#15896)
add 14b4382ff44 [AINode]Fix the parameter "predict_length" (#15900)
add 4be53debee7 Fix potential memory leak of Memory Pool
add 9042a0d2c43 Pipe: Reduced the progress index report interval & Added
some logs (#15905)
add b1b90cd8641 stash changes
add 029f4a628ca seems finished and accelerated
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d91ed56e9d2)
\
N -- N -- N refs/heads/concurrent-sundial (029f4a628ca)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.md | 22 ++++++
.../view/recent/IoTDBNullValueTableViewIT.java | 14 +++-
.../ainode/core/manager/inference_manager.py | 9 +--
.../core/model/sundial/ts_generation_mixin.py | 5 ++
.../rpc/DataNodeAsyncRequestRPCHandler.java | 2 +-
.../handlers/rpc/PipeHeartbeatRPCHandler.java | 2 +-
.../iotdb/confignode/manager/ConfigManager.java | 18 +++++
.../apache/iotdb/confignode/manager/IManager.java | 3 +
.../pipe/agent/task/PipeConfigNodeTaskAgent.java | 22 +++---
.../runtime/heartbeat/PipeHeartbeatScheduler.java | 2 +-
.../thrift/ConfigNodeRPCServiceProcessor.java | 6 ++
.../db/pipe/agent/task/PipeDataNodeTaskAgent.java | 85 +++++++++++++++-------
.../subtask/processor/PipeProcessorSubtask.java | 4 +-
.../event/common/heartbeat/PipeHeartbeatEvent.java | 6 +-
.../statement/PipeStatementInsertionEvent.java | 6 +-
.../tablet/PipeInsertNodeTabletInsertionEvent.java | 6 +-
.../common/tablet/PipeRawTabletInsertionEvent.java | 6 +-
.../common/tsfile/PipeTsFileInsertionEvent.java | 6 +-
.../dataregion/IoTDBDataRegionExtractor.java | 4 +-
.../PipeRealtimeDataRegionHybridExtractor.java | 5 +-
.../schemaregion/IoTDBSchemaRegionExtractor.java | 4 +-
.../iotdb/db/pipe/metric/PipeDataNodeMetrics.java | 6 +-
.../PipeDataNodeRemainingEventAndTimeOperator.java | 18 ++++-
...ics.java => PipeDataNodeSinglePipeMetrics.java} | 15 ++--
.../iotdb/db/protocol/client/ConfigNodeClient.java | 8 ++
.../impl/DataNodeInternalRPCServiceImpl.java | 2 +-
.../execution/exchange/SharedTsBlockQueue.java | 2 +-
.../queryengine/execution/exchange/sink/ISink.java | 4 +-
.../execution/exchange/sink/LocalSinkChannel.java | 14 ++--
.../execution/exchange/sink/ShuffleSinkHandle.java | 40 ++++++----
.../execution/exchange/sink/SinkChannel.java | 10 ++-
.../fragment/FragmentInstanceExecution.java | 42 +++++++++--
.../InformationSchemaContentSupplierFactory.java | 4 +-
.../execution/config/sys/pipe/ShowPipeTask.java | 4 +-
.../iotdb/db/service/DataNodeShutdownHook.java | 36 ++++++++-
.../apache/iotdb/db/utils/ErrorHandlingUtils.java | 3 +-
.../queryengine/execution/exchange/StubSink.java | 6 +-
.../apache/iotdb/commons/conf/CommonConfig.java | 24 ++++--
.../commons/pipe/agent/task/PipeTaskAgent.java | 2 +-
.../iotdb/commons/pipe/config/PipeConfig.java | 7 +-
.../iotdb/commons/pipe/config/PipeDescriptor.java | 7 +-
.../commons/pipe/resource/log/PipeLogManager.java | 2 +-
.../commons/pipe/resource/log/PipeLogStatus.java | 4 +-
.../apache/iotdb/commons/utils/StatusUtils.java | 1 -
iotdb-doap.rdf | 8 ++
.../thrift-commons/src/main/thrift/common.thrift | 7 ++
.../src/main/thrift/confignode.thrift | 3 +
.../src/main/thrift/datanode.thrift | 9 +--
pom.xml | 2 +-
49 files changed, 378 insertions(+), 149 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/metric/overview/{PipeDataNodeRemainingEventAndTimeMetrics.java
=> PipeDataNodeSinglePipeMetrics.java} (96%)