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 7ccdbc1443f [Fix](Streamingjob) fix streaming job auto resume clear
error (#59868)
add 3ec56d7a796 [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]