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

yiguolei pushed a change to branch auto-pick-66552-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 9a413efe48c [fix](fe) Skip DEC journal when dictionary dropped during 
load commit (#66552)
     add 482d6d12d6f branch-4.1: [feat](audit log) add queue_time_ms in 
audit_log (#66641)
     add 9d454173f6f branch-4.1: [fix](config) Restrict frontend config updates 
to root in cloud mode #66478 (#66647)
     add 2ecf143d831 branch-4.1: [fix](balance) do not pick tablets whose data 
size is zero for BE balance #66499 (#66636)
     add 3d3ccc99963 branch-4.1: [fix](cloud) Track deleted instance recycle 
status #66519 (#66667)
     add 96f5891be84 branch-4.1: [fix](statistics) Use one algorithm decision 
to pick both params and template in sample analyze #66578 (#66657)
     add 2ddc1480d7f [fix](fe) Skip DEC journal when dictionary dropped during 
load commit (#66552)

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   (9a413efe48c)
            \
             N -- N -- N   refs/heads/auto-pick-66552-branch-4.1 (2ddc1480d7f)

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/common/http_helper.cpp                   |  50 +-
 cloud/src/common/http_helper.h                     |   6 +
 cloud/src/meta-service/meta_service.h              |   3 +
 cloud/src/meta-service/meta_service_resource.cpp   |  70 +++
 cloud/src/recycler/recycler.cpp                    | 234 +++++++--
 cloud/src/recycler/recycler.h                      |  13 +
 cloud/src/recycler/recycler_service.cpp            |  80 ++++
 cloud/src/recycler/recycler_service.h              |   3 +
 cloud/src/recycler/recycler_snapshot.cpp           |   4 +
 cloud/test/meta_service_test.cpp                   |  17 +
 cloud/test/recycle_versioned_keys_test.cpp         |   7 +
 cloud/test/recycler_operation_log_test.cpp         |   4 +-
 cloud/test/recycler_test.cpp                       | 206 +++++++-
 .../org/apache/doris/catalog/InternalSchema.java   |   2 +
 .../org/apache/doris/clone/BeLoadRebalancer.java   |  39 +-
 .../java/org/apache/doris/clone/Rebalancer.java    |   7 +
 .../org/apache/doris/clone/TabletScheduler.java    |   2 +
 .../apache/doris/clone/TabletSchedulerStat.java    |   2 +
 .../commands/AdminSetFrontendConfigCommand.java    |   8 +
 .../java/org/apache/doris/plugin/AuditEvent.java   |   7 +
 .../org/apache/doris/plugin/audit/AuditLoader.java |   1 +
 .../java/org/apache/doris/qe/AuditLogHelper.java   |   3 +
 .../apache/doris/statistics/BaseAnalysisTask.java  |  15 +
 .../apache/doris/statistics/OlapAnalysisTask.java  | 157 +++---
 .../clone/BeLoadRebalancePartitionSkewTest.java    | 526 +++++++++++++++++++++
 .../AdminSetFrontendConfigCommandTest.java         |  27 ++
 .../apache/doris/qe/AuditEventProcessorTest.java   |   2 +
 .../doris/statistics/OlapAnalysisTaskTest.java     | 132 +++++-
 gensrc/proto/cloud.proto                           |  11 +
 .../data/audit/test_audit_log_behavior.out         |   1 +
 .../suites/audit/test_audit_log_queue_time.groovy  | 129 +++++
 31 files changed, 1641 insertions(+), 127 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/clone/BeLoadRebalancePartitionSkewTest.java
 create mode 100644 
regression-test/suites/audit/test_audit_log_queue_time.groovy


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

Reply via email to