This is an automated email from the ASF dual-hosted git repository. justinchen pushed a commit to branch air-gap-local in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b122e5abd5b8fc411b1e888844fd1c4b3c6ac7b1 Merge: acdfb33f2e2 1b0a9d76883 Author: Caideyipi <[email protected]> AuthorDate: Mon Feb 9 15:55:57 2026 +0800 Merge branch 'master' of https://github.com/apache/iotdb into air-gap-local .../iotdb/tool/tsfile/ImportTsFileRemotely.java | 9 +- .../exchange/sender/TwoStageAggregateSender.java | 5 +- .../protocol/airgap/IoTDBAirGapReceiver.java | 2 +- .../client/IoTDBDataNodeAsyncClientManager.java | 4 +- .../sink/protocol/legacy/IoTDBLegacyPipeSink.java | 2 +- .../pipeconsensus/PipeConsensusSyncSink.java | 2 +- .../PipeConsensusTsFileInsertionEventHandler.java | 2 +- .../thrift/async/IoTDBDataRegionAsyncSink.java | 37 +++--- .../PipeTransferTabletBatchEventHandler.java | 2 +- .../PipeTransferTabletInsertionEventHandler.java | 2 +- .../async/handler/PipeTransferTsFileHandler.java | 8 +- .../GeneralRegionAttributeSecurityService.java | 4 +- .../iotdb/commons/client/ClientPoolFactory.java | 20 ++-- .../apache/iotdb/commons/conf/CommonConfig.java | 129 ++++++++++++--------- .../task/subtask/PipeAbstractSinkSubtask.java | 20 +++- .../agent/task/subtask/PipeReportableSubtask.java | 23 ++-- .../iotdb/commons/pipe/config/PipeConfig.java | 95 ++++++++------- .../iotdb/commons/pipe/config/PipeDescriptor.java | 36 +++--- .../pipe/sink/client/IoTDBClientManager.java | 2 +- .../commons/pipe/sink/client/IoTDBSyncClient.java | 2 +- .../pipe/sink/client/IoTDBSyncClientManager.java | 4 +- .../pipe/sink/limiter/GlobalRPCRateLimiter.java | 2 +- .../pipe/sink/protocol/IoTDBAirGapSink.java | 4 +- .../commons/pipe/sink/protocol/IoTDBSink.java | 12 +- .../pipe/sink/protocol/IoTDBSslSyncSink.java | 2 +- 25 files changed, 230 insertions(+), 200 deletions(-)
