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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 46575ebfcd5 update title for sql block en & cn (#1617)
46575ebfcd5 is described below

commit 46575ebfcd51f24ca2c9224f462d6c3ed2ac5c33
Author: wangtianyi2004 <[email protected]>
AuthorDate: Thu Dec 26 00:03:28 2024 +0800

    update title for sql block en & cn (#1617)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/admin-manual/workload-management/sql-blocking.md          | 10 +++++-----
 .../current/admin-manual/workload-management/sql-blocking.md   |  3 ++-
 .../admin-manual/workload-management/sql-blocking.md           |  4 ++--
 .../admin-manual/workload-management/sql-blocking.md           |  4 ++--
 .../admin-manual/workload-management/sql-blocking.md           | 10 +++++-----
 .../admin-manual/workload-management/sql-blocking.md           | 10 +++++-----
 6 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/docs/admin-manual/workload-management/sql-blocking.md 
b/docs/admin-manual/workload-management/sql-blocking.md
index 3c2416e1063..8dc9a0baaf0 100644
--- a/docs/admin-manual/workload-management/sql-blocking.md
+++ b/docs/admin-manual/workload-management/sql-blocking.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Query Blocking",
-"language": "zh-CN"
+"title": "Query Circuit Breaker",
+"language": "en"
 }
 ---
 
@@ -270,8 +270,8 @@ mysql [(none)]>show variables like 
'%parallel_fragment_exec_instance_num%';
 1 row in set (0.01 sec)
 ```
 
-### 2 big query fusing test
-Test fusing queries that have run for more than 3 seconds. The following is 
the audit log of a successful execution of q29 in Clickbench. It can be seen 
that it takes 4.5 seconds for this SQL to run.
+### 2 big query circuit breaking test
+Test query circuit breaker that have run for more than 3 seconds. The 
following is the audit log of a successful execution of q29 in Clickbench. It 
can be seen that it takes 4.5 seconds for this SQL to run.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 
+-----------------------------------------------------------------------+------------------+----------+---------------------------------------------------------------------------------------------------------------------+
@@ -303,4 +303,4 @@ Executing SQL again will result in a direct error message.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[CANCELLED]query 
canceled by workload policy,id:12345
-```
\ No newline at end of file
+```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/workload-management/sql-blocking.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/workload-management/sql-blocking.md
index cb7828ce3c0..7d8fd61983e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/workload-management/sql-blocking.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/workload-management/sql-blocking.md
@@ -348,4 +348,5 @@ Actions(cancel_query)
 ```sql
 mySQL [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (127.0.0.1)[CANCELLED]query 
cancelled by workload Policy,id:12345
-```
\ No newline at end of file
+```
+
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/workload-management/sql-blocking.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/workload-management/sql-blocking.md
index 1b560c5e69e..5ccb2d622ae 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/workload-management/sql-blocking.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/workload-management/sql-blocking.md
@@ -1,6 +1,6 @@
 ---
 {
-"title": "查询阻断",
+"title": "查询熔断",
 "language": "zh-CN"
 }
 ---
@@ -350,4 +350,4 @@ Actions(cancel_query)
 ```sql
 mySQL [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[CANCELLED]query 
cancelled by workload Policy,id:12345
-```
\ No newline at end of file
+```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/workload-management/sql-blocking.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/workload-management/sql-blocking.md
index 39f212fb315..e3bcce313a6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/workload-management/sql-blocking.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/workload-management/sql-blocking.md
@@ -1,6 +1,6 @@
 ---
 {
-"title": "查询阻断",
+"title": "查询熔断",
 "language": "zh-CN"
 }
 ---
@@ -344,4 +344,4 @@ Actions(cancel_query)
 ```sql
 mySQL [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[CANCELLED]query 
cancelled by workload Policy,id:12345
-```
\ No newline at end of file
+```
diff --git 
a/versioned_docs/version-2.1/admin-manual/workload-management/sql-blocking.md 
b/versioned_docs/version-2.1/admin-manual/workload-management/sql-blocking.md
index 15af46a675d..de0badbd633 100644
--- 
a/versioned_docs/version-2.1/admin-manual/workload-management/sql-blocking.md
+++ 
b/versioned_docs/version-2.1/admin-manual/workload-management/sql-blocking.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Query Blocking",
-"language": "zh-CN"
+"title": "Query Circuit Breaker",
+"language": "en"
 }
 ---
 
@@ -270,8 +270,8 @@ mysql [(none)]>show variables like 
'%parallel_fragment_exec_instance_num%';
 1 row in set (0.01 sec)
 ```
 
-### 2 big query fusing test
-Test fusing queries that have run for more than 3 seconds. The following is 
the audit log of a successful execution of q29 in Clickbench. It can be seen 
that it takes 4.5 seconds for this SQL to run.
+### 2 big query circuit breaking test
+Test query circuit breaker that have run for more than 3 seconds. The 
following is the audit log of a successful execution of q29 in Clickbench. It 
can be seen that it takes 4.5 seconds for this SQL to run.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 
+-----------------------------------------------------------------------+------------------+----------+---------------------------------------------------------------------------------------------------------------------+
@@ -303,4 +303,4 @@ Executing SQL again will result in a direct error message.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[CANCELLED]query 
canceled by workload policy,id:12345
-```
\ No newline at end of file
+```
diff --git 
a/versioned_docs/version-3.0/admin-manual/workload-management/sql-blocking.md 
b/versioned_docs/version-3.0/admin-manual/workload-management/sql-blocking.md
index 3c2416e1063..8dc9a0baaf0 100644
--- 
a/versioned_docs/version-3.0/admin-manual/workload-management/sql-blocking.md
+++ 
b/versioned_docs/version-3.0/admin-manual/workload-management/sql-blocking.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Query Blocking",
-"language": "zh-CN"
+"title": "Query Circuit Breaker",
+"language": "en"
 }
 ---
 
@@ -270,8 +270,8 @@ mysql [(none)]>show variables like 
'%parallel_fragment_exec_instance_num%';
 1 row in set (0.01 sec)
 ```
 
-### 2 big query fusing test
-Test fusing queries that have run for more than 3 seconds. The following is 
the audit log of a successful execution of q29 in Clickbench. It can be seen 
that it takes 4.5 seconds for this SQL to run.
+### 2 big query circuit breaking test
+Test query circuit breaker that have run for more than 3 seconds. The 
following is the audit log of a successful execution of q29 in Clickbench. It 
can be seen that it takes 4.5 seconds for this SQL to run.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 
+-----------------------------------------------------------------------+------------------+----------+---------------------------------------------------------------------------------------------------------------------+
@@ -303,4 +303,4 @@ Executing SQL again will result in a direct error message.
 ```
 mysql [hits]>SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', 
'\1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits 
WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 
25;
 ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[CANCELLED]query 
canceled by workload policy,id:12345
-```
\ No newline at end of file
+```


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

Reply via email to