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 8a31fe30f77 Update 8.md (#1578)
8a31fe30f77 is described below
commit 8a31fe30f776fc514ebc65ebcc11570c2adef04f
Author: LQLlulu <[email protected]>
AuthorDate: Thu Nov 3 07:28:54 2022 +0800
Update 8.md (#1578)
---
content/zh/docs3-v2/java-sdk/faq/1/8.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/8.md
b/content/zh/docs3-v2/java-sdk/faq/1/8.md
index 740334d0467..282c7a20d49 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/8.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/8.md
@@ -6,8 +6,9 @@ weight: 8
---
## 可能的原因
-1.可能是注册中心宕机导致造成的消费者注销或者取消订阅时出现错误。
-2.可能是对应的 provider 未能成功发布。
+1. 可能是注册中心的相关配置不正确
+2. 可能是注册中心宕机导致造成的消费者注销或者取消订阅时出现错误。
+3. 可能是对应的 provider 未能成功发布。
## 排查和解决步骤
1.排查注册中心是否在正常运行。