This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-53144-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from d556b6e2ee4 branch-4.0: [Fix](StreamingJob) fix create table issues
when create streaming job #59828 (#59853)
add a1ba04fe91a [Enhancement] use stream load async return to optimize the
performance under high concurrency (#53144)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 8 ++
be/src/common/config.h | 7 +
be/src/http/action/http_stream.cpp | 2 +-
be/src/http/action/stream_load.cpp | 151 ++++++++++++---------
be/src/http/action/stream_load.h | 5 +-
be/src/http/ev_http_server.cpp | 1 +
be/src/http/http_channel.cpp | 3 +
be/src/http/http_request.cpp | 47 +++++++
be/src/http/http_request.h | 14 ++
be/src/io/fs/multi_table_pipe.cpp | 2 +-
be/src/olap/wal/wal_table.cpp | 2 +-
be/src/runtime/fragment_mgr.cpp | 6 +-
be/src/runtime/fragment_mgr.h | 4 +-
.../routine_load/routine_load_task_executor.cpp | 8 +-
be/src/runtime/stream_load/stream_load_context.h | 14 +-
.../runtime/stream_load/stream_load_executor.cpp | 27 +++-
be/src/runtime/stream_load/stream_load_executor.h | 5 +
be/src/service/internal_service.cpp | 2 +-
18 files changed, 227 insertions(+), 81 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]