This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45061-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7fe32e93969 [fix](bloomFilter)fix data type supported behavior same in
FE and BE (#42416) (#45180)
add 4fe1f93fba6 [feat](clone) Speed clone tablet via batch small file
downloading (#45061)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 2 +
be/src/common/config.h | 2 +
be/src/gutil/strings/stringpiece.h | 6 +
be/src/http/action/batch_download_action.cpp | 216 ++++++++++++++++++
...oad_binlog_action.h => batch_download_action.h} | 30 ++-
be/src/http/action/download_binlog_action.cpp | 3 -
be/src/http/http_channel.cpp | 56 ++++-
be/src/http/http_channel.h | 8 +
be/src/http/http_client.cpp | 247 +++++++++++++++++++--
be/src/http/http_client.h | 5 +
be/src/http/utils.cpp | 130 ++++++++++-
be/src/http/utils.h | 15 +-
be/src/olap/task/engine_clone_task.cpp | 149 +++++++++++--
be/src/olap/task/engine_clone_task.h | 3 +
be/src/service/http_service.cpp | 11 +
be/test/http/http_client_test.cpp | 98 +++++++-
16 files changed, 932 insertions(+), 49 deletions(-)
create mode 100644 be/src/http/action/batch_download_action.cpp
copy be/src/http/action/{download_binlog_action.h => batch_download_action.h}
(51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]