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

github-bot pushed a change to branch 
dependabot/pip/iotdb-core/ainode/requests-2.32.4
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard b6fdfe0b8ca Bump requests from 2.32.3 to 2.32.4 in /iotdb-core/ainode
     add bec0409c6a5 Pipe: Changed the default batch memory request size to 
avoid CI failure (#15690)
     add 761f4e73f54 Pipe: Fixed the problem of not being able to write 
normally due to insufficient memory (#15701)
     add 7d5b7c50809 [AINode] Enhance the robustness of AINode (#15695)
     add 4e2fb589a24 add debug entry (#15694)
     add cb91cbf4bc8 [AINode] Update python dependencies (#15712)
     add 7bf179cca49 Bump requests from 2.32.3 to 2.32.4 in /iotdb-core/ainode

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b6fdfe0b8ca)
            \
             N -- N -- N   
refs/heads/dependabot/pip/iotdb-core/ainode/requests-2.32.4 (7bf179cca49)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/ainode/it/AINodeBasicIT.java  |   8 +-
 iotdb-core/ainode/ainode/core/constant.py          |   4 +-
 iotdb-core/ainode/ainode/core/handler.py           |   4 +
 iotdb-core/ainode/ainode/core/ingress/dataset.py   |  32 +----
 iotdb-core/ainode/ainode/core/ingress/iotdb.py     |  84 +++++++++----
 iotdb-core/ainode/poetry.lock                      | 136 ++++++++++++++-------
 iotdb-core/ainode/pyproject.toml                   |   3 +-
 .../iotdb/confignode/manager/ConfigManager.java    |  12 +-
 .../consensus/iot/IoTConsensusServerImpl.java      |   7 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  10 --
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   6 -
 .../PipeConsensusTransferBatchReqBuilder.java      |   4 +-
 .../overview/PipeWALInsertNodeCacheMetrics.java    |  92 ++------------
 .../execution/config/TableConfigTaskVisitor.java   |   4 +-
 .../config/metadata/ai/CreateTrainingTask.java     |   6 -
 .../wal/checkpoint/CheckpointManager.java          |   4 +-
 .../dataregion/wal/utils/WALEntryPosition.java     |   2 +-
 .../dataregion/wal/utils/WALInsertNodeCache.java   |  43 +++----
 .../dataregion/wal/node/WALEntryHandlerTest.java   |   2 +-
 .../wal/node/WalDeleteOutdatedNewTest.java         |   2 +-
 .../wal/utils/WALInsertNodeCacheTest.java          |   2 +-
 .../iotdb/commons/client/ainode/AINodeClient.java  |   4 +-
 .../iotdb/commons/client/ainode/AINodeInfo.java    |  29 -----
 .../apache/iotdb/commons/conf/CommonConfig.java    |  20 +--
 .../config/constant/PipeConnectorConstant.java     |   3 +-
 .../src/main/thrift/confignode.thrift              |   1 -
 26 files changed, 220 insertions(+), 304 deletions(-)
 delete mode 100644 
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/client/ainode/AINodeInfo.java

Reply via email to