This is an automated email from the ASF dual-hosted git repository.

justinchen pushed a change to branch air-gap-local
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 69914c7347f Merge branch 'master' of https://github.com/apache/iotdb 
into air-gap-local
     new acdfb33f2e2 Update IoTDBAirGapReceiver.java
     add 1b0a9d76883 Pipe: Enabled locally retry for PipeConnectionException 
(#17182)
     new b122e5abd5b Merge branch 'master' of https://github.com/apache/iotdb 
into air-gap-local

The 2 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:
 .../iotdb/tool/tsfile/ImportTsFileRemotely.java    |   9 +-
 .../exchange/sender/TwoStageAggregateSender.java   |   5 +-
 .../protocol/airgap/IoTDBAirGapReceiver.java       |   8 +-
 .../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, 234 insertions(+), 202 deletions(-)

Reply via email to