This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch auto-pick-51875-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 51e9ee732ef [Bug](distinct) fix distinct function with over return
error result (#51875)
add 86686da7bc7 [branch-3.0]Remove cpu/memory sum check limit (#52057)
add bf42b594fdb branch-3.0: [fix](hive) ignore all hidden dir and files
#52286 (#52323)
add 3488cd9e4fb branch-3.0: [fix](ci) disable build ui in performance
#52351 (#52355)
add 27557299173 branch-3.0: [chore](cloud) rename cloud::put/get to
blob_put/blob_get #51762 (#52368)
add 6f08907d2d4 [branch-3.0]Fix workload group regression test (#52343)
add 3dc73b80876 [Bug](distinct) fix distinct function with over return
error result (#51875)
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 (51e9ee732ef)
\
N -- N -- N refs/heads/auto-pick-51875-branch-3.0 (3dc73b80876)
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:
be/src/agent/workload_group_listener.cpp | 7 +----
be/src/runtime/workload_group/workload_group.cpp | 25 ++---------------
be/src/runtime/workload_group/workload_group.h | 1 -
.../workload_group/workload_group_manager.h | 6 -----
cloud/src/common/util.cpp | 12 ++++-----
cloud/src/common/util.h | 12 ++++-----
cloud/src/meta-service/http_encode_key.cpp | 6 ++---
cloud/src/meta-service/meta_service.cpp | 12 ++++-----
cloud/src/meta-service/meta_service_schema.cpp | 10 +++----
cloud/src/recycler/meta_checker.cpp | 2 +-
cloud/src/recycler/recycler.cpp | 2 +-
cloud/test/recycler_test.cpp | 4 +--
cloud/test/txn_kv_test.cpp | 14 +++++-----
.../main/java/org/apache/doris/common/Config.java | 6 ++---
.../doris/datasource/hive/HiveMetaStoreCache.java | 18 +++----------
.../resource/workloadgroup/WorkloadGroup.java | 9 -------
.../resource/workloadgroup/WorkloadGroupMgr.java | 13 +--------
.../apache/doris/datasource/PathVisibleTest.java | 7 +++--
.../pipeline/performance/conf/custom_env.sh | 1 +
.../workload_manager_p0/test_curd_wlg.groovy | 31 ----------------------
20 files changed, 54 insertions(+), 144 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]