This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 481a79d3c14 Fix that failure of one row in relational InsertRows will
fail other rows (#14912)
add b498285c4f4 Pipe: Modify MaxAllowedPinnedMemTableCount to adapt to
changes in the number of DRs & Modify the implementation of the poll method in
PipeRealtimePriorityBlockingQueue to reduce commit queue backlog & Adjust the
default thread count related to Pipe for better performance & Significantly
reduce pipeMemoryAllocateRetryIntervalMs & Provide a switch for memory control
of ConnectorReadFileBuffer (#14917)
No new revisions were added by this update.
Summary of changes:
.../db/pipe/agent/task/PipeDataNodeTaskAgent.java | 4 +++-
.../PipeRealtimePriorityBlockingQueue.java | 8 ++++----
.../async/handler/PipeTransferTsFileHandler.java | 6 +++++-
.../PipeRealtimeDataRegionHybridExtractor.java | 7 +++++--
.../iotdb/db/storageengine/StorageEngine.java | 4 ++++
.../resources/conf/iotdb-system.properties.template | 6 +++---
.../org/apache/iotdb/commons/conf/CommonConfig.java | 21 ++++++++++++++++-----
.../apache/iotdb/commons/conf/CommonDescriptor.java | 8 ++++++++
.../iotdb/commons/pipe/config/PipeConfig.java | 7 +++++++
9 files changed, 55 insertions(+), 16 deletions(-)