-
Notifications
You must be signed in to change notification settings - Fork 191
/
old_version_ss
60 lines (52 loc) · 3.51 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
commit 6d7d680b75172759619b2b095acfb9cf2f73bf72
Author: Liang Zhang <[email protected]>
Date: Sat Dec 28 23:23:43 2024 +0800
Add LockSQLException (#34193)
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 0845881f875..a09db6bb79f 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
@@ -100,6 +100,13 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
| 14400 | 44000 | No application id within 'seata.conf' file. |
| 14401 | 25000 | Seata-AT transaction has been disabled. |
+### 锁
+
+| Vendor Code | SQL State | 错误信息 |
+|-------------|-----------|----------------------------|
+| 15030 | HY000 | Cluster is already locked. |
+| 15031 | HY000 | Cluster is not locked. |
+
### 集群
| Vendor Code | SQL State | 错误信息 |
@@ -108,8 +115,6 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
| 17001 | HY000 | Worker ID assigned failed, which should be in [0, %s). |
| 17010 | HY000 | Cluster persist repository error, reason is: %s |
| 17020 | HY000 | The cluster status is %s, can not support SQL statement '%s'. |
-| 17030 | HY000 | Cluster is already locked. |
-| 17031 | HY000 | Cluster is not locked. |
| 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 4359e8d65c1..282e53f2ea8 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
@@ -100,6 +100,13 @@ SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`, whi
| 14400 | 44000 | No application id within 'seata.conf' file. |
| 14401 | 25000 | Seata-AT transaction has been disabled. |
+### Lock
+
+| Vendor Code | SQL State | Reason |
+|-------------|-----------|----------------------------|
+| 15030 | HY000 | Cluster is already locked. |
+| 15031 | HY000 | Cluster is not locked. |
+
### Cluster
| Vendor Code | SQL State | Reason |
@@ -108,8 +115,6 @@ SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`, whi
| 17001 | HY000 | Worker ID assigned failed, which should be in [0, %s). |
| 17010 | HY000 | Cluster persist repository error, reason is: %s |
| 17020 | HY000 | The cluster status is %s, can not support SQL statement '%s'. |
-| 17030 | HY000 | Cluster is already locked. |
-| 17031 | HY000 | Cluster is not locked. |
| 17100 | 42S02 | Cluster persist repository configuration is required. |
### Data Pipeline