Uh oh!
There was an error while loading. Please reload this page.
[feature](analyze_cmd) add show-tablets-belong stmt for analyzing a batch of tablet-ids - #27994
Conversation
…batch of tablet-ids
Yulei-Yang
commented
Dec 5, 2023
run buildall |
doris-robot
commented
Dec 5, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 5, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
Yulei-Yang
commented
Dec 5, 2023
run buildall |
doris-robot
commented
Dec 5, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 5, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
Yulei-Yang
commented
Dec 6, 2023
run feut |
Yulei-Yang
commented
Dec 6, 2023
run p0 |
Yulei-Yang
commented
Dec 6, 2023
run buildall |
doris-robot
commented
Dec 6, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 6, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
| resultSet = new ShowResultSet(showStmt.getMetaData(), resultRows); | ||
| } | ||
| private void handleShowAnalyzeTablet() { |
This #27994 introduce a new keyword BELONG, need to add it as reserve keyword
This #27994 introduce a new keyword BELONG, need to add it as reserve keyword
This apache#27994 introduce a new keyword BELONG, need to add it as reserve keyword
This apache#27994 introduce a new keyword BELONG, need to add it as reserve keyword
Some cmds return tablet-id list, such as:

show proc '/cluster_health/tablet_health/73421';but it is hard to identify the tables and show their infos, which these tablets belong to.

this pr add a show-tablets-belong stmt to resolve this problem.
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...