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

yongzao pushed a change to branch sundial-codes
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 91d69cb6604 spotless
 discard d3f549cd515 Fix conn bug
 discard aeca83383be finish
     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 157a0ece674 finish
     add 48e338b05ef Fix conn bug
     add 0d911ce87d6 spotless

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   (91d69cb6604)
            \
             N -- N -- N   refs/heads/sundial-codes (0d911ce87d6)

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:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 10 ---
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  6 --
 .../PipeConsensusTransferBatchReqBuilder.java      |  4 +-
 .../overview/PipeWALInsertNodeCacheMetrics.java    | 92 +++-------------------
 .../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 +-
 .../apache/iotdb/commons/conf/CommonConfig.java    |  8 +-
 .../config/constant/PipeConnectorConstant.java     |  3 +-
 12 files changed, 37 insertions(+), 141 deletions(-)

Reply via email to