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

haonan pushed a change to branch ssl_between_nodes
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from eaff16eecd8 finishing dev
     add 3021737d9b7 Avoid NPE in dealWithException of QueryExecution
     add 9bb8e9b58d2 [AINode] Update AINode docker file and pytorch dependency 
(#15979)
     add a804650a7fe Bump version to 2.0.6-SNAPSHOT
     add 5bb17061bb5 [AINode] Bump version to 2.0.6.dev (#15988)
     add 2288d7af396 [AINode] AINode docker compose file (#15987)
     add f076824eb05 Pipe: Fixed some errors in cherry-picking (#15984)
     add d34054dec5e Pipe: Fix the problem that a cluster crash in the 
multi-cluster receiving end causes all synchronization to be suspended (#15962)
     add 75d7f27fbdf Pipe: Reduce IoTDBAirGapConnector Handshake times (#15990)
     add b9e7bd3aece Load: Fixed the issue that the loading table model file 
failed under Tree Dialect Cli (#15942)
     add 7b8a9c9125d Merge branch 'master' of github.com:apache/iotdb into 
ssl_between_nodes

No new revisions were added by this update.

Summary of changes:
 code-coverage/pom.xml                              |   2 +-
 distribution/pom.xml                               |  12 +-
 .../main/DockerCompose/docker-compose-ainode.yml   |  30 ++-
 .../docker-compose-cluster-1c1d1a.yml              |   4 +-
 docker/src/main/Dockerfile-1.0.0-ainode            |   5 +-
 example/client-cpp-example/pom.xml                 |   2 +-
 example/jdbc/pom.xml                               |   2 +-
 example/mqtt-customize/pom.xml                     |   2 +-
 example/mqtt/pom.xml                               |   2 +-
 example/pipe-count-point-processor/pom.xml         |   2 +-
 example/pipe-opc-ua-sink/pom.xml                   |   2 +-
 example/pom.xml                                    |   2 +-
 example/rest-java-example/pom.xml                  |   2 +-
 example/schema/pom.xml                             |   2 +-
 example/session/pom.xml                            |   2 +-
 example/trigger/pom.xml                            |   2 +-
 example/udf/pom.xml                                |   2 +-
 integration-test/pom.xml                           |  32 +--
 .../iotdb/it/env/cluster/node/AINodeWrapper.java   |   2 +-
 .../manual/basic/IoTDBPipeDataSinkIT.java          |  14 +-
 iotdb-api/external-api/pom.xml                     |   2 +-
 iotdb-api/pipe-api/pom.xml                         |   2 +-
 iotdb-api/pom.xml                                  |   2 +-
 iotdb-api/trigger-api/pom.xml                      |   2 +-
 iotdb-api/udf-api/pom.xml                          |   2 +-
 iotdb-client/cli/pom.xml                           |  22 +-
 iotdb-client/client-cpp/pom.xml                    |   4 +-
 iotdb-client/client-py/pom.xml                     |   8 +-
 iotdb-client/isession/pom.xml                      |   8 +-
 iotdb-client/jdbc/pom.xml                          |   8 +-
 iotdb-client/pom.xml                               |   2 +-
 iotdb-client/service-rpc/pom.xml                   |   6 +-
 iotdb-client/session/pom.xml                       |  10 +-
 iotdb-core/ainode/ainode/core/ainode.py            |  10 +-
 iotdb-core/ainode/ainode/core/config.py            |  68 +++---
 iotdb-core/ainode/ainode/core/constant.py          |  52 ++---
 iotdb-core/ainode/ainode/core/rpc/client.py        |   3 +-
 iotdb-core/ainode/ainode/core/rpc/service.py       |  12 +-
 iotdb-core/ainode/ainode/core/script.py            |   6 +-
 iotdb-core/ainode/poetry.lock                      | 259 ++++++++++++---------
 iotdb-core/ainode/pom.xml                          |  10 +-
 iotdb-core/ainode/pyproject.toml                   |   5 +-
 .../ainode/resources/conf/iotdb-ainode.properties  |  20 +-
 iotdb-core/antlr/pom.xml                           |   2 +-
 iotdb-core/confignode/pom.xml                      |  26 +--
 iotdb-core/consensus/pom.xml                       |  14 +-
 iotdb-core/datanode/pom.xml                        |  40 ++--
 .../client/IoTDBDataNodeAsyncClientManager.java    |  49 +++-
 .../thrift/sync/IoTDBDataRegionSyncConnector.java  |   5 +
 .../tablet/PipeInsertNodeTabletInsertionEvent.java |   6 -
 .../realtime/assigner/PipeDataRegionAssigner.java  |   9 -
 .../resource/tsfile/PipeTsFileResourceManager.java |  60 ++---
 .../db/queryengine/common/MPPQueryContext.java     |   4 +
 .../plan/analyze/load/LoadTsFileAnalyzer.java      |  22 ++
 .../queryengine/plan/execution/QueryExecution.java |  32 +--
 .../dataregion/memtable/TsFileProcessor.java       |   7 -
 iotdb-core/metrics/core/pom.xml                    |   4 +-
 iotdb-core/metrics/interface/pom.xml               |   8 +-
 iotdb-core/metrics/pom.xml                         |   2 +-
 iotdb-core/node-commons/pom.xml                    |  24 +-
 .../apache/iotdb/commons/conf/CommonConfig.java    |  16 ++
 .../iotdb/commons/pipe/config/PipeConfig.java      |   7 +
 .../iotdb/commons/pipe/config/PipeDescriptor.java  |   5 +
 .../connector/client/IoTDBSyncClientManager.java   |  14 ++
 .../connector/protocol/IoTDBAirGapConnector.java   |  11 +
 iotdb-core/pom.xml                                 |   2 +-
 iotdb-core/relational-grammar/pom.xml              |   2 +-
 iotdb-protocol/openapi/pom.xml                     |   2 +-
 iotdb-protocol/pom.xml                             |   2 +-
 iotdb-protocol/thrift-ainode/pom.xml               |   4 +-
 iotdb-protocol/thrift-commons/pom.xml              |   2 +-
 iotdb-protocol/thrift-confignode/pom.xml           |   4 +-
 iotdb-protocol/thrift-consensus/pom.xml            |   4 +-
 iotdb-protocol/thrift-datanode/pom.xml             |   4 +-
 library-udf/pom.xml                                |   4 +-
 pom.xml                                            |   2 +-
 scripts/sbin/stop-ainode.sh                        |  22 +-
 scripts/sbin/windows/stop-ainode.bat               |  18 +-
 78 files changed, 624 insertions(+), 463 deletions(-)

Reply via email to