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 84ea3c9968 Fix 1-1 code (#2111)
84ea3c9968 is described below

commit 84ea3c99686134ebe834c457c9f1ba61b54d2e79
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Feb 7 16:01:15 2023 +0800

    Fix 1-1 code (#2111)
---
 content/en/docs3-v2/java-sdk/faq/1/1.md | 10 ++++------
 content/zh/docs3-v2/java-sdk/faq/1/1.md |  8 +++-----
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/content/en/docs3-v2/java-sdk/faq/1/1.md 
b/content/en/docs3-v2/java-sdk/faq/1/1.md
index bf274123e2..f3451b2f5b 100644
--- a/content/en/docs3-v2/java-sdk/faq/1/1.md
+++ b/content/en/docs3-v2/java-sdk/faq/1/1.md
@@ -4,14 +4,12 @@ title: "1-1 - Address Illegal"
 linkTitle: "1-1 - Illegal address"
 weight: 1
 ---
-Service version or grouping mismatch.
 
-### Possible Reason
+This log can be ignored, service version or grouping mismatch. Appears only in 
the zookeeper registry, this check has been removed in version 3.1.7.
+
+### possible reason
 1. The `service.group` configured on the Provider side does not match the 
`reference.group` configured on the Consumer side (that is, the configuration 
of the service group).
 2. The `service.version` configured on the Provider side does not match the 
`reference.version` configured on the Consumer side (that is, the configuration 
of the service version).
 
 ### Troubleshooting and resolution steps
-1. Make sure that the service group configurations on the Provider and 
Consumer side correspond.
-2. Make sure that the service version configurations on the Provider and 
Consumer side correspond.
-
-> See also the [Configuration Items Reference 
Manual](../../../reference-manual/config/properties)
\ No newline at end of file
+Can be ignored, this check has been removed in version 3.1.7.
\ No newline at end of file
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/1.md 
b/content/zh/docs3-v2/java-sdk/faq/1/1.md
index 6c8c54b1a0..3bf42db37a 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/1.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/1.md
@@ -4,14 +4,12 @@ title: "1-1 - 地址非法"
 linkTitle: "1-1 - 地址非法"
 weight: 1
 ---
-服务版本或分组不匹配。
+
+此日志可以忽略,服务版本或分组不匹配。仅出现在 zookeeper 注册中心中,在 3.1.7 版本中已经取消此检查。
 
 ### 可能的原因
 1. Provider 端配置的 `service.group` 和 Consumer 端配置的 `reference.group` 
(即服务分组的配置)不匹配。 
 2. Provider 端配置的 `service.version` 和 Consumer 端配置的 `reference.version` 
(即服务版本的配置)不匹配。 
 
 ### 排查和解决步骤
-1. 确保 Provider 和 Consumer 端的服务分组配置相对应。
-2. 确保 Provider 和 Consumer 端的服务版本配置相对应。
-
-> 另请参阅 [配置项参考手册](../../../reference-manual/config/properties)
+可以忽略,在 3.1.7 版本中已经取消此检查。

Reply via email to