This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch rc/1.3.7
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard deec1b068eb Pipe: Improved the total performance by disable some
useless logic (#16916)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/rc/1.3.7 (80b66271283)
\
O -- O -- O (deec1b068eb)
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:
.../{daily-it.yml => pipe-it-2cluster.yml} | 172 ++++++++++++++-------
.../pipe/it/autocreate/IoTDBPipeProtocolIT.java | 16 +-
.../plugin/PipeConfigRegionSinkConstructor.java | 6 +
.../PipeDataRegionProcessorConstructor.java | 30 ++++
.../dataregion/PipeDataRegionSinkConstructor.java | 12 ++
.../PipeSchemaRegionSinkConstructor.java | 6 +
.../source/dataregion/IoTDBDataRegionSource.java | 45 +++---
.../realtime/PipeRealtimeDataRegionSource.java | 10 +-
.../agent/plugin/builtin/BuiltinPipePlugin.java | 40 +++++
.../iotdb/commons/pipe/source/IoTDBSource.java | 10 +-
10 files changed, 260 insertions(+), 87 deletions(-)
copy .github/workflows/{daily-it.yml => pipe-it-2cluster.yml} (82%)