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 23e59645c3b Update 10.md (#1621)
23e59645c3b is described below
commit 23e59645c3b4089e04f1d7ea01e4ba7543306867
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:49:13 2022 +0800
Update 10.md (#1621)
---
content/zh/docs3-v2/java-sdk/faq/1/10.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/10.md
b/content/zh/docs3-v2/java-sdk/faq/1/10.md
index db6323dd41f..65bd1741734 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/10.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/10.md
@@ -5,14 +5,12 @@ 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>