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

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


    from cd65a8c9a78 Remove useless statistics report path (#30687)
     new 82bb3ed50f5 [Fix](group commit) Fix pre allocated err handling for 
group commit async load and add regression test #30718
     new afa085968e3 [Fix](doc) Fix word spelling errors (#30654)
     new 94eedd8ea4d [Enhancement](function)make SUBSTRING_INDEX function 
DEPEND_ON_ARGUMENT (#30392)
     new 2ca911fb5d5 [revert](move-memtable) Revert enable brpc debug log in 
regression pipelines (#30389) (#30611)
     new e21c9dca9cf [fix](mtmv)compatibility metadata without refreshsnapshot 
#30735

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/agent/be_exec_version_manager.h             |   2 +-
 be/src/common/logging.h                            |  40 ++---
 be/src/olap/wal/wal_manager.cpp                    |   8 +-
 be/src/olap/wal/wal_manager.h                      |   2 +-
 be/src/runtime/group_commit_mgr.cpp                |  12 ++
 be/src/runtime/group_commit_mgr.h                  |   3 +
 be/src/vec/functions/function_string.cpp           |   1 +
 be/src/vec/functions/function_string.h             | 182 ++++++++++++++++++---
 be/src/vec/sink/group_commit_block_sink.cpp        |  16 ++
 docs/zh-CN/docs/admin-manual/workload-group.md     |   2 +-
 .../main/java/org/apache/doris/catalog/MTMV.java   |   4 +
 .../functions/scalar/SubstringIndex.java           |   4 +-
 gensrc/script/doris_builtins_functions.py          |   4 +-
 .../fault_injection_p0/group_commit_wal_msg.csv    |   5 +
 regression-test/pipeline/external/conf/be.conf     |   3 -
 regression-test/pipeline/p0/conf/be.conf           |   3 -
 regression-test/pipeline/p1/conf/be.conf           |   5 +-
 ...oup_commit_async_wal_msg_fault_injection.groovy |  97 +++++++++++
 18 files changed, 330 insertions(+), 63 deletions(-)
 create mode 100644 
regression-test/data/fault_injection_p0/group_commit_wal_msg.csv
 create mode 100644 
regression-test/suites/fault_injection_p0/test_group_commit_async_wal_msg_fault_injection.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to