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 322f9b0f4ab Update 39.md (#1819)
322f9b0f4ab is described below
commit 322f9b0f4abbb924a68c2baf0b65a6e85aa3e0cb
Author: mfordjody <[email protected]>
AuthorDate: Mon Jan 9 19:56:00 2023 +0800
Update 39.md (#1819)
---
content/zh/docs3-v2/java-sdk/faq/1/39.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/39.md
b/content/zh/docs3-v2/java-sdk/faq/1/39.md
index a8c9e89c6a5..1bd4aaf4133 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/39.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/39.md
@@ -5,14 +5,12 @@ linkTitle: "1-39 - 获取元数据失败"
weight: 39
---
-## 可能的原因
+### 可能的原因
1. 元数据中心已与应用服务断开连接。
2. 元数据中心的数据或已被修改。
-## 排查和解决步骤
+### 排查和解决步骤
1. 检查网络通信是否正常,可使用一些简单的 cmd 命令进行检测,如 `ping` 等。
2. 通过第三方工具进行连接,以及内容的查看。
-
-<p style="margin-top: 3rem;"> </p>