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 151617b4e7 Update 1.md (#2081)
151617b4e7 is described below

commit 151617b4e7f7b63bc1c03378b29d1505b61f5542
Author: mfordjody <[email protected]>
AuthorDate: Mon Feb 6 17:11:11 2023 +0800

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

diff --git a/content/zh/docs3-v2/java-sdk/faq/81/1.md 
b/content/zh/docs3-v2/java-sdk/faq/81/1.md
index 30d821bc13..5e41a39233 100644
--- a/content/zh/docs3-v2/java-sdk/faq/81/1.md
+++ b/content/zh/docs3-v2/java-sdk/faq/81/1.md
@@ -5,16 +5,15 @@ linkTitle: "81-1 -  ZK 启动异常"
 weight: 1
 ---
 
-## 可能的原因
+### 可能的原因
 
 1. zk 的服务端版本与客户端版本存在不兼容问题,无法进行连接。
 2. zk 服务未正常启动或防火墙等原因不能对外提供服务。
 
-## 排查和解决步骤
+### 排查和解决步骤
 
 1. 确认客户端版本与服务端版本一致。
 2. zk 能够正常启动或对外能够提供正常服务。
 
 可通过一些第三方的工具或者`jstack [PID] > jstack.log` 分析堆栈信息,进行定位。
 
-<p style="margin-top: 3rem;"> </p>

Reply via email to