-
Notifications
You must be signed in to change notification settings - Fork 194
/
Copy pathold_version_ss
30 lines (26 loc) · 2.16 KB
/
old_version_ss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
commit 194f3a0f344c95c7214839fe0ee759f0996d2003
Author: Haoran Meng <[email protected]>
Date: Tue Feb 11 12:03:56 2025 +0800
Add ReloadMetaDataContextFailedException for ClusterMetaDataManagerPersistService (#34629)
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.cn.md b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
index e53f1d4ef90..6233f6cde07 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
@@ -116,6 +116,7 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
| 17000 | 44000 | Mode must be 'cluster'. |
| 17001 | HY000 | Worker ID assigned failed, which should be in [0, %s). |
| 17010 | HY000 | Cluster persist repository error, reason is: %s |
+| 17011 | HY000 | Failed to reload meta data context. |
| 17020 | HY000 | The cluster status is %s, can not support SQL statement '%s'. |
| 17100 | 42S02 | Cluster persist repository configuration is required. |
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.en.md b/docs/document/content/user-manual/error-code/sql-error-code.en.md
index 6ccaccf2e39..0e44d8639a0 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.en.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.en.md
@@ -116,6 +116,7 @@ SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`, whi
| 17000 | 44000 | Mode must be 'cluster'. |
| 17001 | HY000 | Worker ID assigned failed, which should be in [0, %s). |
| 17010 | HY000 | Cluster persist repository error, reason is: %s |
+| 17011 | HY000 | Failed to reload meta data context. |
| 17020 | HY000 | The cluster status is %s, can not support SQL statement '%s'. |
| 17100 | 42S02 | Cluster persist repository configuration is required. |