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

dataroaring pushed a change to branch auto-pick-51874-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    omit 4aa14501110 [Opt](compaction)  Prune rows with delete sign=1 in full 
compaction (#51874)
     add 294db353cec [feat](warmup) display tables in SHOW WARM UP JOB results 
(#51594) (#52291)
     add 81ccfe0eec6 branch-3.0: [opt](checker) Add inverted index file check 
for checker #51591 (#52318)
     add 1c02fdbbece branch-3.0: [fix](cloud) Fix 
`ConcurrentModificationException` in cloud rebalance #52013 (#52309)
     add a27bfe07970 [Opt](compaction)  Prune rows with delete sign=1 in full 
compaction (#51874)

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   (4aa14501110)
            \
             N -- N -- N   refs/heads/auto-pick-51874-branch-3.0 (a27bfe07970)

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:
 cloud/src/recycler/checker.cpp                     | 144 +++++++++-
 cloud/test/CMakeLists.txt                          |   4 +-
 cloud/test/mock_accessor.cpp                       | 183 -------------
 cloud/test/mock_accessor.h                         | 158 +++++++++++
 cloud/test/recycler_test.cpp                       | 147 ++++++++++-
 .../main/java/org/apache/doris/common/Triple.java  | 109 ++++++++
 .../apache/doris/analysis/ShowCloudWarmUpStmt.java |   1 +
 .../apache/doris/analysis/WarmUpClusterStmt.java   |   6 +-
 .../apache/doris/cloud/CacheHotspotManager.java    |  10 +-
 .../org/apache/doris/cloud/CloudWarmUpJob.java     |  22 ++
 .../doris/cloud/catalog/CloudTabletRebalancer.java |  18 +-
 .../doris/cloud/cache/CacheHotspotManagerTest.java |   2 +-
 .../warm_up/table/test_warm_up_table.groovy        |   6 +
 .../warm_up/table/test_warm_up_tables.groovy       |   8 +
 .../cloud_p0/multi_cluster/test_rebalance.groovy   | 292 ++++++++++++---------
 15 files changed, 796 insertions(+), 314 deletions(-)
 delete mode 100644 cloud/test/mock_accessor.cpp
 create mode 100644 
fe/fe-common/src/main/java/org/apache/doris/common/Triple.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to