This is an automated email from the ASF dual-hosted git repository.

w41ter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b7776a8901b [env](compile) open compile check for table writers 
(#45005)
     add 63cc1af7d3a [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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to