This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 234aff3e788 [feature](Nereids): Pushdown TopN through Union (#27535)
add 13b26ee920d [Fix](core) Fix wal space back pressure core and add
regression test (#27311)
No new revisions were added by this update.
Summary of changes:
be/src/olap/wal_manager.cpp | 14 +--
be/src/olap/wal_manager.h | 2 +
be/src/olap/wal_writer.cpp | 34 ++++--
be/src/olap/wal_writer.h | 6 +-
be/src/runtime/group_commit_mgr.cpp | 20 +--
be/src/vec/sink/group_commit_block_sink.cpp | 5 +-
be/test/olap/wal_manager_test.cpp | 3 +-
be/test/olap/wal_reader_writer_test.cpp | 3 +-
.../test_group_commit_and_wal_back_pressure.csv.gz | Bin 0 -> 372017 bytes
.../test_group_commit_and_wal_back_pressure.out} | 6 +
.../test_group_commit_and_wal_back_pressure.groovy | 134 +++++++++++++++++++++
11 files changed, 196 insertions(+), 31 deletions(-)
create mode 100644
regression-test/data/load_p0/stream_load/test_group_commit_and_wal_back_pressure.csv.gz
copy regression-test/data/{nereids_syntax_p0/test_cast_datetime.out =>
load_p0/stream_load/test_group_commit_and_wal_back_pressure.out} (81%)
create mode 100644
regression-test/suites/load_p0/stream_load/test_group_commit_and_wal_back_pressure.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]