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

marklau99 pushed a change to branch wal-compress-formal-branch
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard e7250f8e549 fix test
 discard 07e1c968f11 fix ut
 discard 94152b29a44 use compression rate to update wal disk usage
 discard b92057621ab remove one configuration
 discard 260bfa8e251 remove useless log
 discard a93cee75720 fix bug
 discard 7f79e6d07dc temp for debug
 discard bb3fc3704a2 add log for WAL size
 discard 6771ec958f8 edit configuration item
 discard 898c6e26f03 support multi version WAL
 discard 983cdccd4a9 support compression type in WAL Compress Header
 discard 391c5018eae recover some code
 discard 4d72ac444ac remove useless code
 discard 6fca15da8ab fix compilation problem
 discard 7f0ffff8a07 fix bug
 discard a439719f761 enable wal compression
     add e49a07d1129 Pipe: fix PipeEnrichedStatement can't contain redirect 
info (#12579)
     add f60694b4a46 Add TsFile develop branch for IoTDB in README (#12581)
     add fad655319e1 Avoid infinite and unecessary loop when CN RPC processors 
are killed/interrupted by OS (#12584)
     add 1517e81e878 Fix python ci security warning and update c++ ci commands 
(#12583)
     add aa2687c1fe7 Pipe: Fix BatchActivateTemplateStatement is not handled 
correctly when some of the timeseries already exists (#12587)
     add 24e5caa7284 enable wal compression
     add 25e89a28f96 fix bug
     add 545253c609a fix compilation problem
     add bc5eaa9c97c remove useless code
     add 71cf36f55b2 recover some code
     add 2289c619e53 support compression type in WAL Compress Header
     add 6c14697f7c8 support multi version WAL
     add dc008c4c15f edit configuration item
     add faeef3b1554 add log for WAL size
     add d0be84c0bf5 temp for debug
     add 6a9dde22c14 fix bug
     add 64ecae1570a remove useless log
     add 214cb9bb558 remove one configuration
     add db7e60b85f3 use compression rate to update wal disk usage
     add f372da16503 fix ut
     add 069795d7115 fix test

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   (e7250f8e549)
            \
             N -- N -- N   refs/heads/wal-compress-formal-branch (069795d7115)

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:
 .github/workflows/client-cpp.yml                   | 44 ++++++----------------
 .github/workflows/client-go.yml                    |  5 +--
 .github/workflows/client-python.yml                |  2 +-
 .mvn/wrapper/maven-wrapper.properties              |  4 +-
 README.md                                          |  2 +
 README_ZH.md                                       |  2 +
 iotdb-client/client-py/requirements_dev.txt        |  1 -
 .../iotdb/confignode/manager/ClusterManager.java   |  2 +
 .../manager/consensus/ConsensusManager.java        |  1 +
 .../builder/PipeTransferBatchReqBuilder.java       |  8 +---
 .../PipeTransferTabletInsertNodeEventHandler.java  |  8 +---
 .../thrift/sync/IoTDBDataRegionSyncConnector.java  |  9 +----
 .../tablet/PipeInsertNodeTabletInsertionEvent.java | 13 +++++++
 .../event/realtime/PipeRealtimeEventFactory.java   |  1 +
 .../visitor/PipeStatementExceptionVisitor.java     | 39 +++++++++++++------
 .../visitor/PipeStatementTSStatusVisitor.java      | 10 +++++
 .../queryengine/plan/planner/TreeModelPlanner.java | 15 +++++++-
 17 files changed, 93 insertions(+), 73 deletions(-)

Reply via email to