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 411e998336 Update 5.md (#1870)
411e998336 is described below

commit 411e9983361a4cf415fc06ca1b68eb94d8aa2e55
Author: mfordjody <[email protected]>
AuthorDate: Tue Jan 17 14:12:50 2023 +0800

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

diff --git a/content/zh/docs3-v2/java-sdk/faq/2/5.md 
b/content/zh/docs3-v2/java-sdk/faq/2/5.md
index c21e677e60..623b376c2b 100644
--- a/content/zh/docs3-v2/java-sdk/faq/2/5.md
+++ b/content/zh/docs3-v2/java-sdk/faq/2/5.md
@@ -5,14 +5,13 @@ linkTitle: "2-5 - 筛选提供方失败"
 weight: 5
 ---
 
-## 可能的原因
+### 可能的原因
 
 * Dubbo 在负载均衡时会从提供方列表中最终选择一个提供方发起调用,在选择过程中提供方列表变动,发生读写冲突,导致筛选异常。
 * Dubbo 重试机制在调用提供方失败时,会重新筛选另一个提供方发起调用,重新筛选过程发生异常。
 
-## 排查和解决步骤
+### 排查和解决步骤
 1. 检查注册中心提供方列表,与对应提供方可用性。
 2. 在社区提 Issue,提供环境现场信息及复现步骤。
 
 
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file

Reply via email to