freemandealer opened a new issue #7814: URL: https://github.com/apache/incubator-doris/issues/7814
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version v0.8.1-beta-3581-g4768dd ### What's Wrong? According to [Installation and deployment](https://github.com/freemandealer/incubator-doris), after deploying successfully, execute SHOW PROC'/ backends'; will show backends status. But what I got is: ``` MySQL [(none)]> SHOW PROC'/ backends'; +---------------------------+ | name | +---------------------------+ | auth | | backends | | bdbje | | brokers | | cluster_balance | | colocation_group | | current_backend_instances | | current_queries | | dbs | | frontends | | jobs | | load_error_hub | | monitor | | resources | | routine_loads | | statistic | | stream_loads | | tasks | | transactions | | trash | +---------------------------+ 20 rows in set (0.00 sec) ``` ### What You Expected? ``` +-----------+-----------------+-----------+-----------+---------------+--------+----------+----------+---------------------+---------------------+-------+----------------------+-----------------------+-----------+------------------+---------------+---------------+---------+----------------+--------------------------+--------+---------------+-------------------------------------------------------------------------------------------------------------------------------+ | BackendId | Cluster | IP | HostName | HeartbeatPort | BePort | HttpPort | BrpcPort | LastStartTime | LastHeartbeat | Alive | SystemDecommissioned | ClusterDecommissioned | TabletNum | DataUsedCapacity | AvailCapacity | TotalCapacity | UsedPct | MaxDiskUsedPct | Tag | ErrMsg | Version | Status | +-----------+-----------------+-----------+-----------+---------------+--------+----------+----------+---------------------+---------------------+-------+----------------------+-----------------------+-----------+------------------+---------------+---------------+---------+----------------+--------------------------+--------+---------------+-------------------------------------------------------------------------------------------------------------------------------+ | 10002 | default_cluster | 127.0.0.1 | localhost | 9050 | 9060 | 8040 | 8060 | 2022-01-20 11:34:08 | 2022-01-20 11:58:57 | true | false | false | 0 | 0.000 | 929.290 GB | 1.790 TB | 49.30 % | 49.30 % | {"location" : "default"} | | trunk-4768dd4 | {"lastSuccessReportTabletsTime":"2022-01-20 11:58:16","lastStreamLoadTime":-1,"isQueryDisabled":false,"isLoadDisabled":false} | +-----------+-----------------+-----------+-----------+---------------+--------+----------+----------+---------------------+---------------------+-------+----------------------+-----------------------+-----------+------------------+---------------+---------------+---------+----------------+--------------------------+--------+---------------+-------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ``` ### How to Reproduce? 1. connect to doris using mysql-client 2. execute SHOW PROC'/ backends'; ### Anything Else? By comparing to the Chinese version of the document, I found probably the whitespace in the instruction is put into the wrong place. execute SHOW PROC'/ backends'; -> execute SHOW PROC '/backends'; ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
