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

jackietien pushed a change to branch tsbs/iot
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 25ae8b026ab Merge remote-tracking branch 'origin/master' into tsbs/iot
     add 4cb0a3965b4 Pipe: Allowed the transfer of logical view alter statement 
in schema snapshot (#12488)
     add 7036e9ff935 Pipe: dynamically adjust connection timeout to handle 
SocketTimeoutException & Avoid resource cleaning when load task is in process 
(#12485)
     add 3782215a21d Fix redundant lock taking during create multi timeseries
     new 957497f0a11 Merge remote-tracking branch 'origin/master' into tsbs/iot

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:
 .../async/IoTDBDataRegionAsyncConnector.java       |   2 +-
 .../PipeTransferTsFileInsertionEventHandler.java   |  19 ++-
 .../thrift/sync/IoTDBDataRegionSyncConnector.java  |   2 +
 .../schema/PipeSchemaRegionSnapshotEvent.java      |   2 +-
 .../schemaregion/IoTDBSchemaRegionExtractor.java   |   8 +-
 .../exchange/sender/TwoStageAggregateSender.java   |   2 +-
 .../protocol/airgap/IoTDBAirGapReceiver.java       |   2 +-
 .../execution/load/LoadTsFileManager.java          |  65 +++++--
 .../queryengine/plan/analyze/AnalyzeVisitor.java   |  38 +++--
 .../scheduler/load/LoadTsFileDispatcherImpl.java   | 190 ++++++++++++---------
 .../iotdb/db/storageengine/StorageEngine.java      |   3 +-
 .../apache/iotdb/commons/conf/CommonConfig.java    |  24 ++-
 .../iotdb/commons/pipe/config/PipeConfig.java      |   4 +-
 .../pipe/connector/client/IoTDBClientManager.java  |  37 ++++
 .../connector/client/IoTDBSyncClientManager.java   |   4 +-
 .../connector/protocol/IoTDBAirGapConnector.java   |   2 +-
 16 files changed, 283 insertions(+), 121 deletions(-)

Reply via email to