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 3354645 [BugFix][ColocateJoin] Fix bug of issue 4305 (#4306)
add d655b27 [Feature][Web] Add new feature to list all tablets on a
particular BE (#4268)
No new revisions were added by this update.
Summary of changes:
be/src/http/CMakeLists.txt | 1 +
be/src/http/action/tablets_info_action.cpp | 81 ++++++++++++++++++++++
.../{metrics_action.h => tablets_info_action.h} | 21 +++---
be/src/http/default_path_handlers.cpp | 14 ++++
be/src/olap/tablet_manager.cpp | 15 ++++
be/src/olap/tablet_manager.h | 2 +
be/src/service/http_service.cpp | 5 ++
.../http-actions/get-tablets.md | 65 +++++++++++++++++
.../http-actions/get-tablets.md | 65 +++++++++++++++++
webroot/be/tablets_page.mustache | 40 +++++++++++
10 files changed, 298 insertions(+), 11 deletions(-)
create mode 100644 be/src/http/action/tablets_info_action.cpp
copy be/src/http/action/{metrics_action.h => tablets_info_action.h} (75%)
create mode 100644 docs/en/administrator-guide/http-actions/get-tablets.md
create mode 100644 docs/zh-CN/administrator-guide/http-actions/get-tablets.md
create mode 100644 webroot/be/tablets_page.mustache
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]