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: [email protected]
For additional commands, e-mail: [email protected]