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

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


 discard 2e844d4350a [fix](file cache) keep the cache monitor off the LRU 
recorder lock (#67315)
     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 1705f1ad8c2 branch-4.1: [fix](exec) Retain sliding window rows during 
eviction #67274 (#67329)
     add e2b7ad34cd2 branch-4.1: [fix](be) Handle incomplete WAL records during 
replay #67204 (#67420)
     add b3da9dd8d52 branch-4.1: [fix](cloud) Exclude stale rowsets from schema 
change temporary tablet #67351 (#67383)
     add e71218f7476 branch-4.1: [fix](cloud) Avoid conflicts when recycling 
transactions with the same label #65746 (#67478)
     add 8e7c5b88770 branch-4.1: [fix](fe) Avoid redundant partition version 
fetch during SQL cache validation #67125 (#67415)
     add 046f4a0c223 branch-4.1: [fix](fe) block inverted index V1 creation in 
FE #64522 (#67342)
     add c088c4c73c7 [fix](file cache) keep the cache monitor off the LRU 
recorder lock (#67315)

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   (2e844d4350a)
            \
             N -- N -- N   refs/heads/auto-pick-67315-branch-4.1 (c088c4c73c7)

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/cloud/cloud_schema_change_job.cpp           |   3 +
 be/src/exec/operator/analytic_sink_operator.cpp    |  14 ++
 be/src/exec/operator/analytic_sink_operator.h      |   9 +-
 be/src/load/group_commit/wal/wal_file_reader.cpp   |  70 ++++++-
 be/src/load/group_commit/wal/wal_table.cpp         |   3 +-
 be/src/load/group_commit/wal/wal_writer.cpp        |  13 ++
 be/src/service/doris_main.cpp                      |   2 +-
 .../service/http/action/be_thread_stack_action.cpp |   2 +
 be/src/storage/tablet/tablet_meta.cpp              |   6 +-
 be/src/storage/tablet/tablet_meta.h                |   3 +
 be/src/util/thrift_util.cpp                        |   2 +-
 be/test/cloud/cloud_schema_change_job_test.cpp     |  63 +++++-
 .../exec/operator/analytic_sink_operator_test.cpp  |  60 +++++-
 be/test/format/wal/wal_reader_writer_test.cpp      |  80 +++++++
 cloud/src/recycler/recycler.cpp                    | 104 ++++++----
 cloud/test/recycler_test.cpp                       | 231 +++++++++++++++++++--
 .../main/java/org/apache/doris/common/Config.java  |  10 +-
 .../InvertedIndexStorageFormatValidator.java       |  50 +++++
 .../java/org/apache/doris/common/ConfigTest.java   |  20 ++
 .../src/main/java/org/apache/doris/DorisFE.java    |   5 +
 .../apache/doris/alter/SchemaChangeHandler.java    |   7 +
 .../doris/cloud/catalog/CloudTabletRebalancer.java |  22 +-
 .../doris/common/cache/NereidsSqlCacheManager.java |   9 -
 .../apache/doris/common/util/PropertyAnalyzer.java |  12 +-
 .../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 +++
 .../apache/doris/common/PropertyAnalyzerTest.java  |  12 +-
 fe/pom.xml                                         |   2 +-
 fs_brokers/apache_hdfs_broker/pom.xml              |   5 +-
 gensrc/thrift/Makefile                             |   2 +-
 .../fault_injection_p0/test_index_io_context.out   |  93 ---------
 .../inverted_index_p0/test_index_multi_match.out   |  96 ---------
 regression-test/framework/pom.xml                  |   4 +-
 .../ann_index_p0/create_ann_index_test.groovy      |   2 +-
 .../test_mv_case/test_mv_case.groovy               |   6 +-
 .../test_special_buffer_before_nested.groovy       |   2 +-
 .../test_index_bkd_writer_fault_injection.groovy   |   2 +-
 ...index_builder_drop_index_fault_injection.groovy |   1 -
 ...dex_compaction_exception_fault_injection.groovy |   2 +-
 .../test_index_compaction_fault_injection.groovy   |   4 +-
 .../test_index_io_context.groovy                   |  41 +---
 ...st_skip_index_compaction_fault_injection.groovy |  27 ---
 ...inverted_index_exception_fault_injection.groovy |   2 +-
 ...st_build_index_exception_fault_injection.groovy |   2 +-
 .../suites/function_p0/test_array_map.groovy       |   2 +-
 .../test_iot_auto_detect_fail.groovy               |   4 +-
 .../test_group_commit_replay_wal.groovy            |   3 +-
 .../index_change/test_index_change_1.groovy        |  75 +------
 .../index_change/test_index_change_2.groovy        |  84 +-------
 .../index_change/test_index_change_3.groovy        |  89 +-------
 .../index_change/test_index_change_4.groovy        |  88 +-------
 .../index_change/test_index_change_5.groovy        |  79 +------
 .../index_change/test_index_change_6.groovy        |  99 +--------
 .../test_index_change_on_new_column.groovy         |  50 +----
 .../test_index_compaction_dup_keys.groovy          |   2 +-
 .../test_index_compaction_null.groovy              |   4 +-
 .../test_index_compaction_unique_keys.groovy       |   2 +-
 ...dex_compaction_with_multi_index_segments.groovy |   4 +-
 .../test_index_change_format.groovy                |   1 -
 .../inverted_index_p0/load/test_insert.groovy      |   4 +-
 .../inverted_index_p0/load/test_spark_load.groovy  |   2 -
 .../inverted_index_p0/load/test_stream_load.groovy |   1 -
 .../test_inverted_index_v1_deprecated.groovy       |  80 +++++++
 .../test_compound_reader_fault_injection.groovy    |   2 +-
 .../test_index_chinese_column.groovy               |   2 -
 .../test_index_multi_match.groovy                  |  46 +---
 .../inverted_index_p0/test_index_rqg_bug8.groovy   |   2 +-
 .../test_inverted_index_file_size.groovy           |   2 -
 .../test_show_nested_index_file_http_action.groovy |   1 -
 ...sted_index_file_http_action_with_variant.groovy |   1 -
 .../test_variant_index_format_v1.groovy            | 108 ----------
 .../suites/load_p2/test_single_replica_load.groovy |   2 +-
 .../nereids_arith_p0/topn/accept_null.groovy       |   2 +-
 .../show/test_nereids_show_build_index.groovy      |   4 +-
 .../nereids_p0/show/test_nereids_show_index.groovy |   4 +-
 .../test_cloud_inverted_index_v1_show_data.groovy  | 101 ---------
 .../test_array_contains_with_inverted_index.groovy |   5 +-
 .../suites/variant_p0/mv/multi_slot.groovy         |   2 +-
 .../variant_p0/predefine/test_predefine_ddl.groovy |  12 --
 .../test_array_contains_with_inverted_index.groovy |   5 +-
 .../test_array_contains_with_inverted_index.groovy |   5 +-
 .../with_index/test_array_index_write.groovy       |   5 +-
 .../suites/variant_p0/with_index/var_index.groovy  | 105 ----------
 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 +-
 93 files changed, 1054 insertions(+), 1386 deletions(-)
 create mode 100644 
fe/fe-common/src/main/java/org/apache/doris/common/InvertedIndexStorageFormatValidator.java
 create mode 100644 
regression-test/suites/inverted_index_p0/storage_format/test_inverted_index_v1_deprecated.groovy
 delete mode 100644 
regression-test/suites/inverted_index_p2/test_variant_index_format_v1.groovy
 delete mode 100644 
regression-test/suites/show_data_p2/test_table_property/test_cloud_inverted_index_v1_show_data.groovy
 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]

Reply via email to