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 0399953a2e4 Update 35.md (#1814)
0399953a2e4 is described below

commit 0399953a2e45e8d997c984435022b3d7887c7b4c
Author: mfordjody <[email protected]>
AuthorDate: Mon Jan 9 19:30:02 2023 +0800

    Update 35.md (#1814)
    
    Co-authored-by: mfordjody <[email protected]>
---
 content/zh/docs3-v2/java-sdk/faq/1/35.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/zh/docs3-v2/java-sdk/faq/1/35.md 
b/content/zh/docs3-v2/java-sdk/faq/1/35.md
index 747956eec62..5f84ed3d114 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/35.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/35.md
@@ -5,14 +5,12 @@ linkTitle: "1-35 -  ZK 异常"
 weight: 35
 ---
 
-## 可能的原因
+### 可能的原因
 
 1. ZK 无法连接里或连接超时。
 2. ZNode 在创建时已存在。
 
-## 排查和解决步骤
+### 排查和解决步骤
 
-1. 检查ZK配置IP 和 端口号是否正确。可使用第三方工具 ZooInspector 进行连接测试
-2. 根据堆栈提醒ZNode 信息进行判断,是否可清理当前节点。
-
-<p style="margin-top: 3rem;"> </p>
+1. 检查 ZK 配置 IP 和 端口号是否正确。可使用第三方工具 ZooInspector 进行连接测试。
+2. 根据堆栈提醒 ZNode 信息进行判断,是否可清理当前节点。

Reply via email to