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

morningman 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 df9636215f feat: From the context, it seems that "unavailable" or 
"inaccessible"… (#1293)
df9636215f is described below

commit df9636215feb2252aba428a81af0e692957a2c37
Author: cntiger <35484811+cntig...@users.noreply.github.com>
AuthorDate: Thu Nov 7 22:09:01 2024 +0800

    feat: From the context, it seems that "unavailable" or "inaccessible"… 
(#1293)
    
    … should be used here.
    
    # Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [x] 2.0
    
    # Languages
    
    - [x] Chinese
    - [x] English
    
    Co-authored-by: hulj55 <hul...@chinaunicom.cn>
---
 docs/install/cluster-deployment/standard-deployment.md                  | 2 +-
 .../current/install/cluster-deployment/standard-deployment.md           | 2 +-
 .../version-2.0/install/cluster-deployment/standard-deployment.md       | 2 +-
 .../version-2.1/install/cluster-deployment/standard-deployment.md       | 2 +-
 .../version-3.0/install/cluster-deployment/standard-deployment.md       | 2 +-
 .../version-2.0/install/cluster-deployment/standard-deployment.md       | 2 +-
 .../version-2.1/install/cluster-deployment/standard-deployment.md       | 2 +-
 .../version-3.0/install/cluster-deployment/standard-deployment.md       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/install/cluster-deployment/standard-deployment.md 
b/docs/install/cluster-deployment/standard-deployment.md
index f1a4d1ef95..7d79e06672 100644
--- a/docs/install/cluster-deployment/standard-deployment.md
+++ b/docs/install/cluster-deployment/standard-deployment.md
@@ -163,7 +163,7 @@ It is not recommended to disable swap by setting 
vm.swappiness = 0 because this
 
 ### Check and disable system firewall
 
-If you find different ports, try disabling the firewall to confirm whether it 
is the cause. If it is, open the corresponding ports for communication based on 
the configured ports for Doris components.
+If you find inaccessible ports, try disabling  the firewall to confirm whether 
it is the cause. If it is, open the corresponding ports for communication based 
on the configured ports for Doris components.
 
 ```SQL
 sudo systemctl stop firewalld.service
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/standard-deployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/standard-deployment.md
index 5f68868b70..42d3549283 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/standard-deployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/standard-deployment.md
@@ -167,7 +167,7 @@ tmpfs                  /tmp          tmpfs     nodev,nosuid 
         0      0
 
 ### 检测和关闭系统防火墙
 
-如果发现端口不同,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
+如果发现端口不通,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
 
 ```sql
 sudo systemctl stop firewalld.service
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
index aa7cba36e7..61a591bff3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
@@ -163,7 +163,7 @@ tmpfs                  /tmp          tmpfs     nodev,nosuid 
         0      0
 
 ### 检测和关闭系统防火墙
 
-如果发现端口不同,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
+如果发现端口不通,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
 
 ```sql
 sudo systemctl stop firewalld.service
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/standard-deployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/standard-deployment.md
index ea5df49a10..9416871231 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/standard-deployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/standard-deployment.md
@@ -160,7 +160,7 @@ tmpfs                  /tmp          tmpfs     nodev,nosuid 
         0      0
 
 ### 检测和关闭系统防火墙
 
-如果发现端口不同,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
+如果发现端口不通,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
 
 
 ```sql
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/standard-deployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/standard-deployment.md
index 5f68868b70..42d3549283 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/standard-deployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/standard-deployment.md
@@ -167,7 +167,7 @@ tmpfs                  /tmp          tmpfs     nodev,nosuid 
         0      0
 
 ### 检测和关闭系统防火墙
 
-如果发现端口不同,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
+如果发现端口不通,可以试着关闭防火墙,确认是否是本机防火墙造成。如果是防火墙造成,可以根据配置的 Doris 各组件端口打开相应的端口通信。
 
 ```sql
 sudo systemctl stop firewalld.service
diff --git 
a/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md 
b/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
index 4fdf94a729..82e5110a94 100644
--- 
a/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
+++ 
b/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
@@ -152,7 +152,7 @@ It is not recommended to disable swap by setting 
vm.swappiness = 0 because this
 
 ### Check and disable system firewall
 
-If you find different ports, try disabling the firewall to confirm whether it 
is the cause. If it is, open the corresponding ports for communication based on 
the configured ports for Doris components.
+If you find inaccessible ports,try disabling the firewall to confirm whether 
it is the cause. If it is, open the corresponding ports for communication based 
on the configured ports for Doris components.
 
 ```SQL
 sudo systemctl stop firewalld.service
diff --git 
a/versioned_docs/version-2.1/install/cluster-deployment/standard-deployment.md 
b/versioned_docs/version-2.1/install/cluster-deployment/standard-deployment.md
index eb546b9f6c..1d3e7b005d 100644
--- 
a/versioned_docs/version-2.1/install/cluster-deployment/standard-deployment.md
+++ 
b/versioned_docs/version-2.1/install/cluster-deployment/standard-deployment.md
@@ -153,7 +153,7 @@ It is not recommended to disable swap by setting 
vm.swappiness = 0 because this
 
 ### Check and disable system firewall
 
-If you find different ports, try disabling the firewall to confirm whether it 
is the cause. If it is, open the corresponding ports for communication based on 
the configured ports for Doris components.
+If you find inaccessible ports,try disabling the firewall to confirm whether 
it is the cause. If it is, open the corresponding ports for communication based 
on the configured ports for Doris components.
 
 ```SQL
 sudo systemctl stop firewalld.service
diff --git 
a/versioned_docs/version-3.0/install/cluster-deployment/standard-deployment.md 
b/versioned_docs/version-3.0/install/cluster-deployment/standard-deployment.md
index f1a4d1ef95..92cb607dba 100644
--- 
a/versioned_docs/version-3.0/install/cluster-deployment/standard-deployment.md
+++ 
b/versioned_docs/version-3.0/install/cluster-deployment/standard-deployment.md
@@ -163,7 +163,7 @@ It is not recommended to disable swap by setting 
vm.swappiness = 0 because this
 
 ### Check and disable system firewall
 
-If you find different ports, try disabling the firewall to confirm whether it 
is the cause. If it is, open the corresponding ports for communication based on 
the configured ports for Doris components.
+If you find inaccessible ports,try disabling the firewall to confirm whether 
it is the cause. If it is, open the corresponding ports for communication based 
on the configured ports for Doris components.
 
 ```SQL
 sudo systemctl stop firewalld.service


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to