This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 28eea572aa docs: validate that pk is free of comma (#755)
28eea572aa is described below
commit 28eea572aad1358a9e33c00c907c78cb4b52f6f7
Author: ggbocoder <[email protected]>
AuthorDate: Wed Jan 10 18:18:46 2024 +0800
docs: validate that pk is free of comma (#755)
---
i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md | 8 +++++++-
.../zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md | 9 +++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md
b/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md
index 2f2c89f8cc..325b1ac483 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md
@@ -108,7 +108,8 @@ Error: A fatal exception has occurred. Program will
exit.?</a>
<a href="#33" target="_self">33. Why does the
java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer error occur when the client's
JDK version is 1.8 when compiling and running ? </a>
<br/>
-
+<a href="#34" target="_self">34. Why does the error "pk contains illegal
character!" occur? </a>
+<br/>
********
<h3 id='1'>Q: 1.Can Seata be used in a production environment?</h3>
@@ -500,3 +501,8 @@ This is because the seata source code was compiled and then
the local seata depe
Solution:
- Make sure that the JDK version is 1.8 when compiling seata source code to
avoid compatibility issues
- If you have compiled the source code of seata with JDK 11, please delete all
packages under the io.seata path in the local maven repository. Then recompile
your project and let the project re-pull the seata dependency package of the
central warehouse
+
+***
+<h3 id='34'>Q: 34. Why does the error "pk contains illegal character!"
occur?</h3>
+
+- Check if the primary key contains a comma.
\ No newline at end of file
diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md
index d7c9aa6b63..fc15078a40 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md
@@ -138,6 +138,9 @@ Error: A fatal exception has occurred. Program will
exit.导致seata-server无
<a href="#43" target="_self">43. 怎么处理@FeignClient注解url不起效,提示 Load balancer
does not have available server for client错误? </a>
<br/>
+<a href="#44" target="_self">44. 为什么会出现"xxx contains illegal character!"的错误?
</a>
+<br/>
+
********
<h3 id='1'>Q: 1.Seata 目前可以用于生产环境吗?</h3>
@@ -683,3 +686,9 @@ public class SetSeataInterceptor implements
RequestInterceptor {
}
```
****
+
+<h3 id='44'>Q: 44. 为什么会出现"pk contains illegal character!"的错误?</h3>
+
+- 检查主键中是否包含逗号。
+****
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]