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 c332fbadfae Update 12.md (#1486)
c332fbadfae is described below
commit c332fbadfae39b36cfb46230b235683db441b200
Author: LQLlulu <[email protected]>
AuthorDate: Fri Sep 9 21:14:05 2022 +0800
Update 12.md (#1486)
---
content/zh/docs3-v2/java-sdk/faq/1/12.md | 6 +++---
1 file changed, 3 insertions(+), 3 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 d485269855e..dbf38a6e287 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/12.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/12.md
@@ -2,12 +2,12 @@
type: docs
title: "1-12 - “注册服务” 的实例均已销毁"
linkTitle: "1-12 - “注册服务” 的实例均已销毁"
-weight: 1
+weight: 12
---
## 可能的原因
-在 Dubbo 优雅停机的过程中,通过调用 AbstractRegistryFactory 的 destroyAll 进行解注册。
-而在销毁 Registryprotocol 的 unexport 的过程中,会通过 AbstractRegistryFactory 的
getRegistry 来试图获得已经被销毁的 registry ,这导致了1-12警告。
+在 Dubbo 优雅停机的过程中,通过调用 `AbstractRegistryFactory` 的 `destroyAll` 进行解注册。
+而在销毁 `Registryprotocol` 的 `unexport` 的过程中,会通过 `AbstractRegistryFactory` 的
`getRegistry` 来试图获得已经被销毁的 registry ,这导致了1-12警告。
## 另请参阅