This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-55326-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from ba69ec0fbff branch-3.1: [enhancement](be) exit directly without
deconstruct objects when not enable memleak check #55179 (#55485)
add 26fc73907d3 [feat](cloud) Support cloud group commit stream load BE
forward mode (#55326)
No new revisions were added by this update.
Summary of changes:
be/src/http/action/stream_load.cpp | 3 +-
be/src/http/action/stream_load_forward_handler.cpp | 397 +++++++++++++++++++++
be/src/http/action/stream_load_forward_handler.h | 136 +++++++
be/src/http/http_request.cpp | 8 +
be/src/http/http_request.h | 2 +
be/src/service/http_service.cpp | 6 +
.../main/java/org/apache/doris/common/Config.java | 8 +
.../org/apache/doris/httpv2/rest/LoadAction.java | 183 +++++++++-
.../stream_load/test_group_commit_redirect.out} | Bin 109 -> 149 bytes
.../stream_load/test_group_commit_redirect.groovy | 185 ++++++++++
10 files changed, 918 insertions(+), 10 deletions(-)
create mode 100644 be/src/http/action/stream_load_forward_handler.cpp
create mode 100644 be/src/http/action/stream_load_forward_handler.h
copy regression-test/data/{correctness/test_crossjoin_inlineview_slot.out =>
load_p0/stream_load/test_group_commit_redirect.out} (71%)
create mode 100644
regression-test/suites/load_p0/stream_load/test_group_commit_redirect.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]