This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c1f220ea245 Add doc of maximum length of the storage unit name for XA
transaction (#23294)
c1f220ea245 is described below
commit c1f220ea245cb826d4fb2a1c2e5daacab16ce082
Author: ZhangCheng <[email protected]>
AuthorDate: Tue Jan 3 17:00:47 2023 +0800
Add doc of maximum length of the storage unit name for XA transaction
(#23294)
* Add doc of maximum length of the storage unit name for XA transaction
* fix
---
docs/document/content/features/transaction/limitations.cn.md | 3 ++-
docs/document/content/features/transaction/limitations.en.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/document/content/features/transaction/limitations.cn.md
b/docs/document/content/features/transaction/limitations.cn.md
index 1997020cea0..ffdc64af2c0 100644
--- a/docs/document/content/features/transaction/limitations.cn.md
+++ b/docs/document/content/features/transaction/limitations.cn.md
@@ -17,7 +17,8 @@ Apache ShardingSphere 希望能够将分布式事务的选择权交给使用者
### 不支持项
* 服务宕机后,在其它机器上恢复提交/回滚中的数据;
-* MySQL 事务块内,SQL 执行出现异常,执行 `Commit`,数据保持一致。
+* MySQL 事务块内,SQL 执行出现异常,执行 `Commit`,数据保持一致;
+* 配置 XA 事务后,存储单元名称最大长度不超过45个字符。
## BASE 事务
diff --git a/docs/document/content/features/transaction/limitations.en.md
b/docs/document/content/features/transaction/limitations.en.md
index 167699cd178..158ed3017a5 100644
--- a/docs/document/content/features/transaction/limitations.en.md
+++ b/docs/document/content/features/transaction/limitations.en.md
@@ -18,7 +18,8 @@ Apache ShardingSphere wants to give the user choice of
distributed transaction t
### Unsupported
* Recover committing and rolling back in other machines after the service is
down;
-* MySQL,in the transaction block, the SQL execution is abnormal, and run
`Commit`, and data remains consistent.
+* MySQL, in the transaction block, the SQL execution is abnormal, and run
`Commit`, and data remains consistent;
+* After XA transactions are configured, the maximum length of the storage unit
name can not exceed 45 characters.
## BASE Transaction