From a3fee5afbb7d17a0d4bc2fb9e3c03c54dbddb7d1 Mon Sep 17 00:00:00 2001 From: wudi <676366545@qq.com> Date: Fri, 16 Sep 2022 20:56:55 +0800 Subject: [PATCH] [doc](variables) fix forward_to_master doc bug #12659 Co-authored-by: wudi <> --- docs/en/docs/advanced/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/advanced/variables.md b/docs/en/docs/advanced/variables.md index 537a271e73..c549e9c77e 100644 --- a/docs/en/docs/advanced/variables.md +++ b/docs/en/docs/advanced/variables.md @@ -215,7 +215,7 @@ Note that the comment must start with /*+ and can only follow the SELECT. * `forward_to_master` - The user sets whether to forward some commands to the Master FE node for execution. The default is `true`, which means no forwarding. There are multiple FE nodes in Doris, one of which is the Master node. Usually users can connect to any FE node for full-featured operation. However, some of detail information can only be obtained from the Master FE node. + The user sets whether to forward some commands to the Master FE node for execution. The default is `true`, which means forwarding. There are multiple FE nodes in Doris, one of which is the Master node. Usually users can connect to any FE node for full-featured operation. However, some of detail information can only be obtained from the Master FE node. For example, the `SHOW BACKENDS;` command, if not forwarded to the Master FE node, can only see some basic information such as whether the node is alive, and forwarded to the Master FE to obtain more detailed information including the node startup time and the last heartbeat time.