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 a5fef6cbbf [docs](sql-manual) Fix typo of ALTER SYSTEM DROP FOLLOWER
from user feedbacks (#1013)
a5fef6cbbf is described below
commit a5fef6cbbfaeab9ca876ed00ab02a4d0c3a4ce05
Author: KassieZ <[email protected]>
AuthorDate: Mon Sep 2 10:52:27 2024 +0800
[docs](sql-manual) Fix typo of ALTER SYSTEM DROP FOLLOWER from user
feedbacks (#1013)
Issue : https://github.com/apache/doris-website/issues/1002
---
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 23 +++++++++---------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 17 +++++++------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 27 +++++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 28 ++++++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 28 ++++++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 28 ++++++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 24 +++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 24 +++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 24 +++++++++----------
.../ALTER-SYSTEM-DROP-FOLLOWER.md | 24 +++++++++----------
10 files changed, 122 insertions(+), 125 deletions(-)
diff --git
a/docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 664d43a750..6d58250d96 100644
---
a/docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,38 +24,37 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
This statement is to delete the node of the FOLLOWER role of FRONTEND, (only
for administrators!)
-grammar:
+Grammar:
```sql
ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
-````
+```
-illustrate:
+Illustration:
1. host can be a hostname or an ip address
+
2. edit_log_port : edit_log_port in its configuration file fe.conf
-### Example
+## Example
-1. Add a FOLLOWER node
+1. Delete a FOLLOWER node
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ````
+ ```
-### Keywords
+## Keywords
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 848480adb9..1682ac54ff 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,15 +24,14 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
-该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
+该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
语法:
@@ -42,20 +41,20 @@ ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
说明:
-1. host 可以是主机名或者ip地址
+1. host 可以是主机名或者 ip 地址
2. edit_log_port : edit_log_port 在其配置文件 fe.conf
-### Example
+## Example
-1. 添加一个 FOLLOWER节点
+1. 删除一个 FOLLOWER 节点
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
```
-### Keywords
+## Keywords
ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
+
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 848480adb9..d7070d81d8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,15 +24,15 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
-该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
+该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
语法:
@@ -42,20 +42,21 @@ ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
说明:
-1. host 可以是主机名或者ip地址
+1. host 可以是主机名或者 ip 地址
+
2. edit_log_port : edit_log_port 在其配置文件 fe.conf
-### Example
+## Example
+
+1. 删除一个 FOLLOWER 节点
-1. 添加一个 FOLLOWER节点
+ ```sql
+ ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
+ ```
- ```sql
- ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ```
+## Keywords
-### Keywords
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 848480adb9..05dbff7f99 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,15 +24,16 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+
+
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
-该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
+该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
语法:
@@ -42,20 +43,21 @@ ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
说明:
-1. host 可以是主机名或者ip地址
+1. host 可以是主机名或者 ip 地址
+
2. edit_log_port : edit_log_port 在其配置文件 fe.conf
-### Example
+## Example
+
+1. 删除一个 FOLLOWER 节点
-1. 添加一个 FOLLOWER节点
+ ```sql
+ ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
+ ```
- ```sql
- ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ```
+## Keywords
-### Keywords
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 848480adb9..05dbff7f99 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,15 +24,16 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+
+
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
-该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
+该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
语法:
@@ -42,20 +43,21 @@ ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
说明:
-1. host 可以是主机名或者ip地址
+1. host 可以是主机名或者 ip 地址
+
2. edit_log_port : edit_log_port 在其配置文件 fe.conf
-### Example
+## Example
+
+1. 删除一个 FOLLOWER 节点
-1. 添加一个 FOLLOWER节点
+ ```sql
+ ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
+ ```
- ```sql
- ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ```
+## Keywords
-### Keywords
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 848480adb9..05dbff7f99 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,15 +24,16 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-### Name
+
+
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
-该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
+该语句是删除 FRONTEND 的 FOLLOWER 角色的节点,(仅管理员使用!)
语法:
@@ -42,20 +43,21 @@ ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
说明:
-1. host 可以是主机名或者ip地址
+1. host 可以是主机名或者 ip 地址
+
2. edit_log_port : edit_log_port 在其配置文件 fe.conf
-### Example
+## Example
+
+1. 删除一个 FOLLOWER 节点
-1. 添加一个 FOLLOWER节点
+ ```sql
+ ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
+ ```
- ```sql
- ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ```
+## Keywords
-### Keywords
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/versioned_docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/versioned_docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 664d43a750..83f42603da 100644
---
a/versioned_docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/versioned_docs/version-1.2/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,38 +24,36 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
This statement is to delete the node of the FOLLOWER role of FRONTEND, (only
for administrators!)
-grammar:
+Grammar:
```sql
ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
-````
+```
-illustrate:
+Illustration:
1. host can be a hostname or an ip address
+
2. edit_log_port : edit_log_port in its configuration file fe.conf
-### Example
+## Example
-1. Add a FOLLOWER node
+1. Delete a FOLLOWER node
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ````
+ ```
-### Keywords
+## Keywords
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/versioned_docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 664d43a750..83f42603da 100644
---
a/versioned_docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/versioned_docs/version-2.0/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,38 +24,36 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
This statement is to delete the node of the FOLLOWER role of FRONTEND, (only
for administrators!)
-grammar:
+Grammar:
```sql
ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
-````
+```
-illustrate:
+Illustration:
1. host can be a hostname or an ip address
+
2. edit_log_port : edit_log_port in its configuration file fe.conf
-### Example
+## Example
-1. Add a FOLLOWER node
+1. Delete a FOLLOWER node
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ````
+ ```
-### Keywords
+## Keywords
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/versioned_docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 664d43a750..83f42603da 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,38 +24,36 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
This statement is to delete the node of the FOLLOWER role of FRONTEND, (only
for administrators!)
-grammar:
+Grammar:
```sql
ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
-````
+```
-illustrate:
+Illustration:
1. host can be a hostname or an ip address
+
2. edit_log_port : edit_log_port in its configuration file fe.conf
-### Example
+## Example
-1. Add a FOLLOWER node
+1. Delete a FOLLOWER node
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ````
+ ```
-### Keywords
+## Keywords
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
diff --git
a/versioned_docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
b/versioned_docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
index 664d43a750..83f42603da 100644
---
a/versioned_docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
+++
b/versioned_docs/version-3.0/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-DROP-FOLLOWER.md
@@ -24,38 +24,36 @@ specific language governing permissions and limitations
under the License.
-->
-## ALTER-SYSTEM-DROP-FOLLOWER
-
-### Name
+## Name
ALTER SYSTEM DROP FOLLOWER
-### Description
+## Description
This statement is to delete the node of the FOLLOWER role of FRONTEND, (only
for administrators!)
-grammar:
+Grammar:
```sql
ALTER SYSTEM DROP FOLLOWER "follower_host:edit_log_port"
-````
+```
-illustrate:
+Illustration:
1. host can be a hostname or an ip address
+
2. edit_log_port : edit_log_port in its configuration file fe.conf
-### Example
+## Example
-1. Add a FOLLOWER node
+1. Delete a FOLLOWER node
```sql
ALTER SYSTEM DROP FOLLOWER "host_ip:9010"
- ````
+ ```
-### Keywords
+## Keywords
- ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
+ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM
-### Best Practice
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]