This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new d28b91639bc Create 10.md (#1576)
d28b91639bc is described below
commit d28b91639bc3c256d78424f74ac36381bbc64403
Author: LQLlulu <[email protected]>
AuthorDate: Wed Nov 2 08:30:00 2022 +0800
Create 10.md (#1576)
---
content/zh/docs3-v2/java-sdk/faq/1/10.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/10.md
b/content/zh/docs3-v2/java-sdk/faq/1/10.md
new file mode 100644
index 00000000000..db6323dd41f
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/1/10.md
@@ -0,0 +1,18 @@
+---
+type: docs
+title: "1-10 - 读写注册中心服务缓存失败"
+linkTitle: "1-10 - 读写注册中心服务缓存失败"
+weight: 10
+---
+
+## 可能的原因
+1. 多个 Dubbo 进程使用了同一个缓存文件。
+2. 在多注册中心的情况下,指定了多个注册中心使用同一文件存储。
+
+## 排查和解决步骤
+该错误常与 1-9 错误共同出现。检查是否有多个 Dubbo 进程使用了同一个缓存文件或者是否指定多个注册中心使用同一缓存文件。
+
+## 另请参阅
+[注册中心的配置项参考手册](https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/config/properties/#registry)
+
+<p style="margin-top: 3rem;"> </p>