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

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


    from 42ca2f37a74 Pipe: Changed the separator check semantic for pipes / 
pipe plugins (#17175) (#17183)
     new b4b4e811f38 Pipe: Enabled locally retry for PipeConnectionException 
(#17182)
     new 992a8809d4f fix

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    |   6 +-
 .../exchange/sender/TwoStageAggregateSender.java   |   3 +-
 .../protocol/airgap/IoTDBAirGapReceiver.java       |   2 +-
 .../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 +-
 .../iotdb/commons/client/ClientPoolFactory.java    |  20 ++--
 .../apache/iotdb/commons/conf/CommonConfig.java    | 111 ++++++++++++---------
 .../task/subtask/PipeAbstractSinkSubtask.java      |  20 ++--
 .../agent/task/subtask/PipeReportableSubtask.java  |  23 +++--
 .../iotdb/commons/pipe/config/PipeConfig.java      |  85 ++++++++--------
 .../iotdb/commons/pipe/config/PipeDescriptor.java  |  32 +++---
 .../pipe/sink/client/IoTDBClientManager.java       |   2 +-
 .../commons/pipe/sink/client/IoTDBSyncClient.java  |   2 +-
 .../pipe/sink/client/IoTDBSyncClientManager.java   |   2 +-
 .../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 +-
 23 files changed, 208 insertions(+), 175 deletions(-)

Reply via email to