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 73a9a9aacc5 Update 31.md (#1810)
73a9a9aacc5 is described below
commit 73a9a9aacc50b8b9d7018f9bbd8a1b02ca38de30
Author: mfordjody <[email protected]>
AuthorDate: Mon Jan 9 19:23:50 2023 +0800
Update 31.md (#1810)
Co-authored-by: mfordjody <[email protected]>
---
content/zh/docs3-v2/java-sdk/faq/1/31.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/31.md
b/content/zh/docs3-v2/java-sdk/faq/1/31.md
index 78b3243a2d2..7178f5d8242 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/31.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/31.md
@@ -5,14 +5,12 @@ linkTitle: "1-31 - xDS 响应失败"
weight: 31
---
-## 可能的原因
+### 可能的原因
1. 客户端服务已断开与服务端的连接。
2. 服务端不可用或已脱机。
-## 排查和解决步骤
+### 排查和解决步骤
1. 排查服务端是否已脱机或客户端的网络断开。
2. 排查服务端服务是否正常,并可通过网络进行接口请求。
-
-<p style="margin-top: 3rem;"> </p>