mklzl commented on code in PR #1884: URL: https://github.com/apache/doris-website/pull/1884#discussion_r1924829451
########## docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-ADD-BROKER.md: ########## @@ -25,38 +25,45 @@ specific language governing permissions and limitations under the License. --> -## ALTER-SYSTEM-ADD-BROKER +## Description -### Name +This statement is used to add one or more BROKER nodes. (For administrators only!) -ALTER SYSTEM ADD BROKER +## Syntax -### Description +```sql +ALTER SYSTEM ADD BROKER <broker_name> "<host1>:<ipc_port>" [, "host2>:<ipc_port>" [, ... ] ]; +``` -This statement is used to add a BROKER node. (Administrator only!) +## Required Parameters -grammar: +**1. <broker_name>** -```sql -ALTER SYSTEM ADD BROKER broker_name "broker_host1:broker_ipc_port1","broker_host2:broker_ipc_port2",...; -``` +The name given to the added broker process. It is recommended to keep the broker_name consistent within the same cluster. + +**2. < host>** Review Comment: \<host\> markdown 显示会有问题,所以采用的是< host>,或者采用 \\<host\\> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org