You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2023/03/23 08:50:31 UTC

[dubbo-website] branch master updated: Add 1-42 (#2457)

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 e74267264e Add 1-42 (#2457)
e74267264e is described below

commit e74267264e55e0a05f8289947daea562e6c9af07
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Thu Mar 23 16:50:25 2023 +0800

    Add 1-42 (#2457)
---
 content/en/docs3-v2/java-sdk/faq/1/42.md            | 15 +++++++++++++++
 content/zh-cn/overview/mannual/java-sdk/faq/1/42.md | 18 ++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/content/en/docs3-v2/java-sdk/faq/1/42.md b/content/en/docs3-v2/java-sdk/faq/1/42.md
new file mode 100644
index 0000000000..b9fe434372
--- /dev/null
+++ b/content/en/docs3-v2/java-sdk/faq/1/42.md
@@ -0,0 +1,15 @@
+---
+description: 1-42 - Nacos has a low version service
+linkTitle: 1-42 - Nacos has a low version service
+title: 1-42 - Nacos has a low version service
+type: docs
+weight: 42
+---
+
+### possible reason
+
+The Nacos registry has subscribed to an old version of the service, usually because the Dubbo version on the server side is lower than 2.7.3.
+
+### Troubleshooting and resolution steps
+
+Upgrade the server to the latest stable version.
diff --git a/content/zh-cn/overview/mannual/java-sdk/faq/1/42.md b/content/zh-cn/overview/mannual/java-sdk/faq/1/42.md
new file mode 100644
index 0000000000..9a8e74000d
--- /dev/null
+++ b/content/zh-cn/overview/mannual/java-sdk/faq/1/42.md
@@ -0,0 +1,18 @@
+---
+aliases:
+    - /zh/docs3-v2/java-sdk/faq/1/42/
+    - /zh-cn/docs3-v2/java-sdk/faq/1/42/
+description: 1-42 - Nacos 存在低版本服务
+linkTitle: 1-42 - Nacos 存在低版本服务
+title: 1-42 - Nacos 存在低版本服务
+type: docs
+weight: 42
+---
+
+### 可能的原因
+
+Nacos 注册中心订阅到了老版本的服务,通常是服务端 Dubbo 版本低于 2.7.3 导致的。
+
+### 排查和解决步骤
+
+升级服务端到最新稳定版本。