This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9bd5dda0f7b7 [doc](fqdn) fix fqdn doc (#462)
9bd5dda0f7b7 is described below
commit 9bd5dda0f7b7ee4260d72497866a98772a5ca311
Author: codegit10001 <[email protected]>
AuthorDate: Mon Mar 25 14:22:44 2024 +0800
[doc](fqdn) fix fqdn doc (#462)
---
docs/admin-manual/cluster-management/fqdn.md | 4 ++--
.../current/admin-manual/cluster-management/fqdn.md | 4 ++--
.../version-2.0/admin-manual/cluster-management/fqdn.md | 4 ++--
.../version-2.1/admin-manual/cluster-management/fqdn.md | 4 ++--
versioned_docs/version-2.0/admin-manual/cluster-management/fqdn.md | 4 ++--
versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/admin-manual/cluster-management/fqdn.md
b/docs/admin-manual/cluster-management/fqdn.md
index 47e1b1d790fe..6d99b3e9b486 100644
--- a/docs/admin-manual/cluster-management/fqdn.md
+++ b/docs/admin-manual/cluster-management/fqdn.md
@@ -87,12 +87,12 @@ Next, follow the steps below:
1. Stop the node.
2. Check if the node has stopped. Execute 'show frontends' through the
MySQL client to view the Alive status of the FE node until it becomes false
3. set FQDN for node: `ALTER SYSTEM MODIFY FRONTEND
"<fe_ip>:<edit_log_port>" HOSTNAME "<fe_hostname>"`(After stopping the master,
a new master node will be selected and used to execute SQL statements)
- 4. Modify node configuration. Modify the 'conf/fe. conf' file in the FE
root directory and add the configuration: `enable_fqdn_mode = true`
+ 4. Modify node configuration. Modify the 'conf/fe.conf' file in the FE root
directory and add the configuration: `enable_fqdn_mode = true`. If the newly
stopped node cannot be started properly after adding the configuration to the
corresponding fe.config, please add the configuration 'enable_fqdn_mode=true'
to all fe.config before starting the just stopped fe node.
5. Start the node.
2. Enabling FQDN for BE nodes only requires executing the following commands
through MySQL, and there is no need to restart BE.
- `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+ `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,If you don't know the number of HeartbeatPort, please use the
command `show backends` to help find this port.
## Common problem
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/fqdn.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/fqdn.md
index 033e4f641982..4a8a52a517e6 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/fqdn.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/fqdn.md
@@ -87,12 +87,12 @@ K8s 部署 Doris 的方法请参考[K8s 部署 Doris](../../install/k8s-deploy/o
1. 停止节点。
2. 检查节点是否停止。通过 MySQL 客户端执行`show frontends`,查看该 FE 节点的 Alive 状态直至变为 false
3. 为节点设置 FQDN: `ALTER SYSTEM MODIFY FRONTEND "<fe_ip>:<edit_log_port>"
HOSTNAME "<fe_hostname>"`(停掉master后,会选举出新的master节点,用新的master节点来执行sql语句)
- 4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode = true`
+ 4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode =
true`。如果在刚停止的节点对应fe.config添加了配置后无法正常启动,请在所有fe.config中添加配置`enable_fqdn_mode =
true`后再启动刚刚停止的fe节点
5. 启动节点。
2. BE 节点启用 FQDN 只需要通过 MySQL 执行以下命令,不需要对 BE 执行重启操作。
- `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+ `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,如果你不知道端口HeartbeatPort是多少,请使用show backends命令来帮助寻找此端口;
## 常见问题
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/cluster-management/fqdn.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/cluster-management/fqdn.md
index 0c6fd8b46bbe..6c288bd91882 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/cluster-management/fqdn.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/cluster-management/fqdn.md
@@ -99,13 +99,13 @@ K8s 部署 Doris 的方法请参考[K8s 部署 Doris](../../install/cluster-depl
3. 为节点设置 FQDN: `ALTER SYSTEM MODIFY FRONTEND "<fe_ip>:<edit_log_port>"
HOSTNAME "<fe_hostname>"`(停掉 master 后,会选举出新的 master 节点,用新的 master 节点来执行 sql 语句)
-4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode = true`
+4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode =
true`。如果在刚停止的节点对应fe.config添加了配置后无法正常启动,请在所有fe.config中添加配置`enable_fqdn_mode =
true`后再启动刚刚停止的fe节点
5. 启动节点。
**2. BE 节点启用 FQDN 只需要通过 MySQL 执行以下命令,不需要对 BE 执行重启操作。**
-`ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+`ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,如果你不知道端口HeartbeatPort是多少,请使用show backends命令来帮助寻找此端口;
## 常见问题
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/cluster-management/fqdn.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/cluster-management/fqdn.md
index 033e4f641982..4a8a52a517e6 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/cluster-management/fqdn.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/cluster-management/fqdn.md
@@ -87,12 +87,12 @@ K8s 部署 Doris 的方法请参考[K8s 部署 Doris](../../install/k8s-deploy/o
1. 停止节点。
2. 检查节点是否停止。通过 MySQL 客户端执行`show frontends`,查看该 FE 节点的 Alive 状态直至变为 false
3. 为节点设置 FQDN: `ALTER SYSTEM MODIFY FRONTEND "<fe_ip>:<edit_log_port>"
HOSTNAME "<fe_hostname>"`(停掉master后,会选举出新的master节点,用新的master节点来执行sql语句)
- 4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode = true`
+ 4. 修改节点配置。修改 FE 根目录中的`conf/fe.conf`文件,添加配置:`enable_fqdn_mode =
true`。如果在刚停止的节点对应fe.config添加了配置后无法正常启动,请在所有fe.config中添加配置`enable_fqdn_mode =
true`后再启动刚刚停止的fe节点
5. 启动节点。
2. BE 节点启用 FQDN 只需要通过 MySQL 执行以下命令,不需要对 BE 执行重启操作。
- `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+ `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,如果你不知道端口HeartbeatPort是多少,请使用show backends命令来帮助寻找此端口;
## 常见问题
diff --git a/versioned_docs/version-2.0/admin-manual/cluster-management/fqdn.md
b/versioned_docs/version-2.0/admin-manual/cluster-management/fqdn.md
index 47e1b1d790fe..6d99b3e9b486 100644
--- a/versioned_docs/version-2.0/admin-manual/cluster-management/fqdn.md
+++ b/versioned_docs/version-2.0/admin-manual/cluster-management/fqdn.md
@@ -87,12 +87,12 @@ Next, follow the steps below:
1. Stop the node.
2. Check if the node has stopped. Execute 'show frontends' through the
MySQL client to view the Alive status of the FE node until it becomes false
3. set FQDN for node: `ALTER SYSTEM MODIFY FRONTEND
"<fe_ip>:<edit_log_port>" HOSTNAME "<fe_hostname>"`(After stopping the master,
a new master node will be selected and used to execute SQL statements)
- 4. Modify node configuration. Modify the 'conf/fe. conf' file in the FE
root directory and add the configuration: `enable_fqdn_mode = true`
+ 4. Modify node configuration. Modify the 'conf/fe.conf' file in the FE root
directory and add the configuration: `enable_fqdn_mode = true`. If the newly
stopped node cannot be started properly after adding the configuration to the
corresponding fe.config, please add the configuration 'enable_fqdn_mode=true'
to all fe.config before starting the just stopped fe node.
5. Start the node.
2. Enabling FQDN for BE nodes only requires executing the following commands
through MySQL, and there is no need to restart BE.
- `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+ `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,If you don't know the number of HeartbeatPort, please use the
command `show backends` to help find this port.
## Common problem
diff --git a/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
b/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
index 47e1b1d790fe..6d99b3e9b486 100644
--- a/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
+++ b/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
@@ -87,12 +87,12 @@ Next, follow the steps below:
1. Stop the node.
2. Check if the node has stopped. Execute 'show frontends' through the
MySQL client to view the Alive status of the FE node until it becomes false
3. set FQDN for node: `ALTER SYSTEM MODIFY FRONTEND
"<fe_ip>:<edit_log_port>" HOSTNAME "<fe_hostname>"`(After stopping the master,
a new master node will be selected and used to execute SQL statements)
- 4. Modify node configuration. Modify the 'conf/fe. conf' file in the FE
root directory and add the configuration: `enable_fqdn_mode = true`
+ 4. Modify node configuration. Modify the 'conf/fe.conf' file in the FE root
directory and add the configuration: `enable_fqdn_mode = true`. If the newly
stopped node cannot be started properly after adding the configuration to the
corresponding fe.config, please add the configuration 'enable_fqdn_mode=true'
to all fe.config before starting the just stopped fe node.
5. Start the node.
2. Enabling FQDN for BE nodes only requires executing the following commands
through MySQL, and there is no need to restart BE.
- `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<backend_port>" HOSTNAME
"<be_hostname>"`
+ `ALTER SYSTEM MODIFY BACKEND "<backend_ip>:<HeartbeatPort>" HOSTNAME
"<be_hostname>"`,If you don't know the number of HeartbeatPort, please use the
command `show backends` to help find this port.
## Common problem
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]