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 fecb69875f5 Update 12.md (#1626)
fecb69875f5 is described below
commit fecb69875f53a718e9b7a718a9c3bb87ad3a5119
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:48:29 2022 +0800
Update 12.md (#1626)
---
content/zh/docs3-v2/java-sdk/faq/1/12.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/12.md
b/content/zh/docs3-v2/java-sdk/faq/1/12.md
index dbf38a6e287..439c51af0b7 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/12.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/12.md
@@ -5,12 +5,11 @@ linkTitle: "1-12 - “注册服务” 的实例均已销毁"
weight: 12
---
-## 可能的原因
+### 可能的原因
在 Dubbo 优雅停机的过程中,通过调用 `AbstractRegistryFactory` 的 `destroyAll` 进行解注册。
-而在销毁 `Registryprotocol` 的 `unexport` 的过程中,会通过 `AbstractRegistryFactory` 的
`getRegistry` 来试图获得已经被销毁的 registry ,这导致了1-12警告。
+销毁 `Registryprotocol` 的 `unexport` 的过程中,会通过 `AbstractRegistryFactory` 的
`getRegistry` 来试图获得已经被销毁的 registry ,这导致了 “注册服务” 的实例均已销毁。
-## 另请参阅
+### 排查和解决步骤
+> 另请参阅
[配置项参考手册](../../../reference-manual/config/properties)
-
-<p style="margin-top: 3rem;"> </p>