This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-65362-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4d0af109574 [branch-4.1][fix](case) Fix profile_size_limit docker
suite (#65872)
add 2a8bff6ce59 [fix](be) Backpressure async group commit by table WAL
count (#65362)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 3 +
be/src/common/config.h | 2 +
.../operator/group_commit_block_sink_operator.cpp | 9 +-
be/src/load/group_commit/group_commit_mgr.cpp | 56 +++++++++---
be/src/load/group_commit/group_commit_mgr.h | 5 +-
be/src/load/group_commit/wal/wal_manager.cpp | 13 ++-
be/src/load/group_commit/wal/wal_manager.h | 1 +
be/src/load/group_commit/wal/wal_table.cpp | 14 +++
be/src/load/group_commit/wal/wal_table.h | 4 +-
be/test/format/wal/wal_manager_test.cpp | 32 +++++++
.../test_group_commit_wal_num_backpressure.groovy | 99 ++++++++++++++++++++++
11 files changed, 216 insertions(+), 22 deletions(-)
create mode 100644
regression-test/suites/insert_p0/group_commit/test_group_commit_wal_num_backpressure.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]