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 d7eb2dc53c0 Create 12.md (#1456)
d7eb2dc53c0 is described below

commit d7eb2dc53c042330f41b462e375dc626fd6fa2f4
Author: LQLlulu <[email protected]>
AuthorDate: Thu Sep 8 10:46:18 2022 +0800

    Create 12.md (#1456)
    
    * Create 12.md
    
    * Update 12.md
---
 content/zh/docs3-v2/java-sdk/faq/1/12.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/content/zh/docs3-v2/java-sdk/faq/1/12.md 
b/content/zh/docs3-v2/java-sdk/faq/1/12.md
new file mode 100644
index 00000000000..d485269855e
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/1/12.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "1-12 - “注册服务” 的实例均已销毁"
+linkTitle: "1-12 - “注册服务” 的实例均已销毁"
+weight: 1
+---
+
+## 可能的原因
+在 Dubbo 优雅停机的过程中,通过调用 AbstractRegistryFactory 的 destroyAll 进行解注册。
+而在销毁 Registryprotocol 的 unexport 的过程中,会通过 AbstractRegistryFactory 的 
getRegistry 来试图获得已经被销毁的 registry ,这导致了1-12警告。
+
+
+## 另请参阅
+[配置项参考手册](../../../reference-manual/config/properties)
+
+<p style="margin-top: 3rem;"> </p>

Reply via email to