You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/01/15 01:34:34 UTC

[incubator-doris] branch master updated (f773003 -> 07eaf50)

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

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


    from f773003  Support read and write lock in table level to reduce lock competition (#3775)
     add 07eaf50  [Feature] Add a http interface to acquire the tablets distribution between different disks (#5096)

No new revisions were added by this update.

Summary of changes:
 be/src/http/CMakeLists.txt                         |   1 +
 be/src/http/action/tablets_distribution_action.cpp | 111 ++++++++++++++++++
 ...info_action.h => tablets_distribution_action.h} |  14 +--
 be/src/olap/olap_common.h                          |  12 ++
 be/src/olap/tablet_manager.cpp                     |  27 +++++
 be/src/olap/tablet_manager.h                       |   4 +
 be/src/service/http_service.cpp                    |   5 +
 .../http-actions/tablets_distribution.md           | 124 +++++++++++++++++++++
 .../http-actions/tablets_distribution.md           | 124 +++++++++++++++++++++
 9 files changed, 415 insertions(+), 7 deletions(-)
 create mode 100644 be/src/http/action/tablets_distribution_action.cpp
 copy be/src/http/action/{tablets_info_action.h => tablets_distribution_action.h} (79%)
 create mode 100644 docs/en/administrator-guide/http-actions/tablets_distribution.md
 create mode 100644 docs/zh-CN/administrator-guide/http-actions/tablets_distribution.md


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org