This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a3fee5afbb [doc](variables) fix forward_to_master doc bug #12659
a3fee5afbb is described below

commit a3fee5afbb7d17a0d4bc2fb9e3c03c54dbddb7d1
Author: wudi <[email protected]>
AuthorDate: Fri Sep 16 20:56:55 2022 +0800

    [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.
     


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to