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 719a5eef82 Update 10.md (#1875)
719a5eef82 is described below

commit 719a5eef8221e156b6ed29ac8874aa08e4649ad1
Author: mfordjody <[email protected]>
AuthorDate: Tue Jan 17 14:14:20 2023 +0800

    Update 10.md (#1875)
---
 content/zh/docs3-v2/java-sdk/faq/2/10.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/zh/docs3-v2/java-sdk/faq/2/10.md 
b/content/zh/docs3-v2/java-sdk/faq/2/10.md
index fa8d11ce96..153394ac67 100644
--- a/content/zh/docs3-v2/java-sdk/faq/2/10.md
+++ b/content/zh/docs3-v2/java-sdk/faq/2/10.md
@@ -5,17 +5,16 @@ linkTitle: "2-10 - 调用服务提供方失败"
 weight: 10
 ---
 
-## 可能的原因
+### 可能的原因
 
 * Dubbo 调用服务提供方失败,并开始重试。
 * Dubbo 重试调用服务提供方持续失败。
 * Dubbo 重试调用服务提供方达到上限。
 
-## 排查和解决步骤
+### 排查和解决步骤
 1. 检查消费方提供方之间网络连接耗时等网络资源。
 2. 通过 telnet 等手段检查提供方对应端口是否能正常响应。
 3. 检查提供方程序是否运行正常。
 
 
 
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file

Reply via email to