This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-65746-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
omit aad8945045c [fix](cloud) Avoid conflicts when recycling transactions
with the same label (#65746)
add e5ae5ab9d04 [enhancement](thirdparty) fix arrow build bug and clear
dangerous env (#67523)
add d2436590272 [improvement](fe) Reuse boxed IDs in cloud tablet indexes
(#66389) (#67278)
add 8080085d0aa branch-4.1: [chore](thirdparty) upgrade thrift from 0.16.0
to 0.24.0 (#67356)
add 4cb0639ebcd [fix](cloud) Avoid conflicts when recycling transactions
with the same label (#65746)
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 (aad8945045c)
\
N -- N -- N refs/heads/auto-pick-65746-branch-4.1 (4cb0639ebcd)
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/service/doris_main.cpp | 2 +-
.../service/http/action/be_thread_stack_action.cpp | 2 +
be/src/util/thrift_util.cpp | 2 +-
.../doris/cloud/catalog/CloudTabletRebalancer.java | 22 +++----
.../java/org/apache/doris/qe/FEOpExecutor.java | 1 +
.../org/apache/doris/qe/PointQueryExecutor.java | 2 +-
.../java/org/apache/doris/qe/ResultReceiver.java | 13 ++++-
.../cloud/catalog/CloudTabletRebalancerTest.java | 31 ++++++++++
fe/pom.xml | 2 +-
fs_brokers/apache_hdfs_broker/pom.xml | 5 +-
gensrc/thrift/Makefile | 2 +-
regression-test/framework/pom.xml | 4 +-
thirdparty/AGENTS.md | 67 ++++++++++++++++++++++
thirdparty/CHANGELOG.md | 4 ++
thirdparty/build-thirdparty.sh | 49 +++++++++++++---
thirdparty/download-thirdparty.sh | 16 ------
thirdparty/patches/apache-arrow-24.0.0-lzo.patch | 17 ++++++
.../patches/thrift-0.16-fix_mutex_include.patch | 9 ---
.../thrift-0.16-reset-consumed-message-size.patch | 29 ----------
thirdparty/vars.sh | 8 +--
20 files changed, 201 insertions(+), 86 deletions(-)
create mode 100644 thirdparty/AGENTS.md
delete mode 100644 thirdparty/patches/thrift-0.16-fix_mutex_include.patch
delete mode 100644
thirdparty/patches/thrift-0.16-reset-consumed-message-size.patch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]