This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch disable-object
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 489a530323c ob
add 4dbda78d74f Added database check for flush on local & Optimized the
UTF-8 param in IT (#17365)
add 8515441b6f3 Pipe: Further reduced the repeating pipe logs (#17366)
add d1ae3ce1a2e Add IT for DELETE TIMESERIES replica consistency under
IoTConsensusV2 (#17332)
new 5e6d34b13b9 Merge branch 'master' of https://github.com/apache/iotdb
into disable-object
The 1 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:
.../it/env/cluster/node/AbstractNodeWrapper.java | 3 +-
.../org/apache/iotdb/db/it/IoTDBFlushQueryIT.java | 9 +
.../IoTDBIoTConsensusV23C3DBasicITBase.java | 210 ++++++++++++++++++++-
.../batch/IoTDBIoTConsensusV2Batch3C3DBasicIT.java | 6 +
.../IoTDBIoTConsensusV2Stream3C3DBasicIT.java | 6 +
.../thrift/ConfigNodeRPCServiceProcessor.java | 6 +-
.../dataregion/DataExecutionVisitor.java | 14 +-
.../protocol/thrift/IoTDBDataNodeReceiver.java | 19 +-
.../impl/DataNodeInternalRPCServiceImpl.java | 2 +-
.../config/executor/ClusterConfigTaskExecutor.java | 3 +-
.../plan/relational/sql/parser/AstBuilder.java | 6 +-
.../plan/scheduler/AsyncPlanNodeSender.java | 14 +-
.../iotdb/db/storageengine/StorageEngine.java | 31 ++-
.../task/subtask/PipeAbstractSinkSubtask.java | 9 +-
14 files changed, 289 insertions(+), 49 deletions(-)