This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch cn-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/cn-site by this push:
     new 4cbfc49810 deploy: 84ea3c99686134ebe834c457c9f1ba61b54d2e79
4cbfc49810 is described below

commit 4cbfc49810c50fc7b03e1270694a1b88237f8a47
Author: AlbumenJ <[email protected]>
AuthorDate: Tue Feb 7 08:05:56 2023 +0000

    deploy: 84ea3c99686134ebe834c457c9f1ba61b54d2e79
---
 en/docs/index.xml                       | 12 +++---------
 en/docs3-v2/java-sdk/faq/1/1/index.html | 12 ++++++------
 en/docs3-v2/java-sdk/faq/1/index.xml    | 12 +++---------
 en/sitemap.xml                          |  2 +-
 sitemap.xml                             |  2 +-
 zh/docs/index.xml                       | 10 ++--------
 zh/docs3-v2/java-sdk/faq/1/1/index.html | 12 ++++++------
 zh/docs3-v2/java-sdk/faq/1/index.xml    | 10 ++--------
 zh/sitemap.xml                          |  2 +-
 9 files changed, 25 insertions(+), 49 deletions(-)

diff --git a/en/docs/index.xml b/en/docs/index.xml
index 7312fc0767..5b78054c76 100644
--- a/en/docs/index.xml
+++ b/en/docs/index.xml
@@ -17,20 +17,14 @@ By default, the number of business threads on the Dubbo 
server is 200. If the nu
 &lt;p>The FAQ page of this error code refers to &lt;a 
href="https://github.com/StabilityMan/StabilityGuide/blob/master/docs/diagnosis/plugin/rpc/%E7%B3%BB%E7%BB%9F%E7%A8%B3%E5%AE%9A%E6%80%A7%E2%80%94%E2%80%94Dubbo%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95.md";>&amp;ldquo;Dubbo
 Common Errors and Solutions&amp;rdquo;&lt;/a>.
 Articles cited are compiled under license &lt;a 
href="http://creativecommons.org/licenses/by/4.0/";>CC-BY-4.0&lt;/a>. Thanks to 
the original author here.&lt;/p>
 &lt;/blockquote></description></item><item><title>Docs3-V2: 1-1 - Address 
Illegal</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/1/</guid><description>
-&lt;p>Service version or grouping mismatch.&lt;/p>
-&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
+&lt;p>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.&lt;/p>
+&lt;h3 id="possible-reason">possible reason&lt;/h3>
 &lt;ol>
 &lt;li>The &lt;code>service.group&lt;/code> configured on the Provider side 
does not match the &lt;code>reference.group&lt;/code> configured on the 
Consumer side (that is, the configuration of the service group).&lt;/li>
 &lt;li>The &lt;code>service.version&lt;/code> configured on the Provider side 
does not match the &lt;code>reference.version&lt;/code> configured on the 
Consumer side (that is, the configuration of the service version).&lt;/li>
 &lt;/ol>
 &lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and 
resolution steps&lt;/h3>
-&lt;ol>
-&lt;li>Make sure that the service group configurations on the Provider and 
Consumer side correspond.&lt;/li>
-&lt;li>Make sure that the service version configurations on the Provider and 
Consumer side correspond.&lt;/li>
-&lt;/ol>
-&lt;blockquote>
-&lt;p>See also the &lt;a 
href="../../../reference-manual/config/properties">Configuration Items 
Reference Manual&lt;/a>&lt;/p>
-&lt;/blockquote></description></item><item><title>Docs3-V2: 2-1 - Routing 
execution 
failed</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/2/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/2/1/</guid><description>
+&lt;p>Can be ignored, this check has been removed in version 
3.1.7.&lt;/p></description></item><item><title>Docs3-V2: 2-1 - Routing 
execution 
failed</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/2/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/2/1/</guid><description>
 &lt;h2 id="routing-address-execution-failed">Routing address execution 
failed&lt;/h2></description></item><item><title>Docs3-V2: 2.x to 3.x Operation 
Guide</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/upgrades-and-compatibility/2.x-to-3.x-compatibility-guide/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/upgrades-and-compatibility/2.x-to-3.x-compatibility-guide/</guid><description>
 &lt;h2 id="benefits-of-upgrading-to-dubbo-3x">Benefits of upgrading to Dubbo 
3.X&lt;/h2>
 &lt;p>Dubbo3 still maintains the classic architecture of 2.x. Its main 
responsibility is to solve the communication between microservice processes, 
and to better manage and control microservice clusters through rich service 
governance (such as address discovery, traffic management, etc.); The upgrade 
of the framework is comprehensive, reflected in almost every aspect of the core 
Dubbo features, through the upgrade to achieve a comprehensive improvement in 
stability, performance, scalabil [...]
diff --git a/en/docs3-v2/java-sdk/faq/1/1/index.html 
b/en/docs3-v2/java-sdk/faq/1/1/index.html
index 3c3e314a15..d073d9cb7b 100644
--- a/en/docs3-v2/java-sdk/faq/1/1/index.html
+++ b/en/docs3-v2/java-sdk/faq/1/1/index.html
@@ -1,13 +1,13 @@
-<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-Possible Reason 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). 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 Make sure that the service group configurations on the 
Provider and Consumer side correspond."><m [...]
-Possible Reason 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). 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 Make sure that the service group configurations on the 
Provider and Consumer side correspond."><m [...]
-Possible Reason 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). 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 Make sure that the service group configurations on the 
Provider and Consumer side correspond."><s [...]
+<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
+possible reason 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). 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)."><meta 
property="og:type" content="article"><meta property="og:url" 
content="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/1/ [...]
+possible reason 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). 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)."><meta 
itemprop=dateModified content="2023-02-07T16:01:15+08:00"><meta 
itemprop=wordCount content="91"><meta itemprop=keywords content [...]
+possible reason 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). 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)."><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},g
 [...]
 <link rel=preload 
href=/scss/main.min.8637cb48af1c2672dbf22e4e83652c0cebe2d667477b88c8a046be155bcf7cfe.css
 as=style><link 
href=/scss/main.min.8637cb48af1c2672dbf22e4e83652c0cebe2d667477b88c8a046be155bcf7cfe.css
 rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 
crossorigin=anonymous></script>
 <link rel=stylesheet 
href=https://cdn.jsdelivr.net/npm/@docsearch/css@3></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand 
href=/en/><span class=navbar-logo><svg xmlns="http://www.w3.org/2000/svg"; 
viewBox="0 0 321.39 78.54"><title id="title19">DUBBO LOGO</title><path 
class="cls-1" d="M68.46 50.38c0 14.06 11.39 22.11 25.45 22.11s25.45-8.05 
25.45-22.11V7.25H68.46zm21.24-28h8.6V31H89.7zm0  [...]
 <a 
href="https://github.com/apache/dubbo-website/new/master/content/en/docs3-v2/java-sdk/faq/1/1.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at
 [...]
 <a 
href="https://github.com/apache/dubbo-website/issues/new?title=1-1%20-%20Address%20Illegal";
 target=_blank><i class="fab fa-github fa-fw"></i> Create documentation 
issue</a>
-<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> Create project issue</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#possible-reason>Possible 
Reason</a></li><li><a 
href=#troubleshooting-and-resolution-steps>Troubleshooting and resolution 
steps</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class="d-none d-md-block 
d-print-none"><o [...]
-<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
+<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> Create project issue</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#possible-reason>possible 
reason</a></li><li><a 
href=#troubleshooting-and-resolution-steps>Troubleshooting and resolution 
steps</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class="d-none d-md-block 
d-print-none"><o [...]
+<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
 <script src=/js/bootstrap.min.js 
integrity=sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy
 crossorigin=anonymous></script>
 <script 
src=/js/main.min.67b5ab62cb078146d9ab8cea15d59ffc7645b89f33906c50ab421a4d5eca73e9.js
 integrity="sha256-Z7WrYssHgUbZq4zqFdWf/HZFuJ8zkGxQq0IaTV7Kc+k=" 
crossorigin=anonymous></script>
 <script src=https://cdn.jsdelivr.net/npm/@docsearch/js@3></script>
diff --git a/en/docs3-v2/java-sdk/faq/1/index.xml 
b/en/docs3-v2/java-sdk/faq/1/index.xml
index 5e0eac19fa..0fd6c42261 100644
--- a/en/docs3-v2/java-sdk/faq/1/index.xml
+++ b/en/docs3-v2/java-sdk/faq/1/index.xml
@@ -1,18 +1,12 @@
 <rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Dubbo – 1 - 
Registry</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/</link><description>Recent
 content in 1 - Registry on Apache Dubbo</description><generator>Hugo -- 
gohugo.io</generator><language>en-us</language><atom:link 
href="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/index.xml"; 
rel="self" type="application/rss+xml"/><item><title>Docs3-V2: 1-1 - Address 
Illegal</title> [...]
-&lt;p>Service version or grouping mismatch.&lt;/p>
-&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
+&lt;p>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.&lt;/p>
+&lt;h3 id="possible-reason">possible reason&lt;/h3>
 &lt;ol>
 &lt;li>The &lt;code>service.group&lt;/code> configured on the Provider side 
does not match the &lt;code>reference.group&lt;/code> configured on the 
Consumer side (that is, the configuration of the service group).&lt;/li>
 &lt;li>The &lt;code>service.version&lt;/code> configured on the Provider side 
does not match the &lt;code>reference.version&lt;/code> configured on the 
Consumer side (that is, the configuration of the service version).&lt;/li>
 &lt;/ol>
 &lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and 
resolution steps&lt;/h3>
-&lt;ol>
-&lt;li>Make sure that the service group configurations on the Provider and 
Consumer side correspond.&lt;/li>
-&lt;li>Make sure that the service version configurations on the Provider and 
Consumer side correspond.&lt;/li>
-&lt;/ol>
-&lt;blockquote>
-&lt;p>See also the &lt;a 
href="../../../reference-manual/config/properties">Configuration Items 
Reference Manual&lt;/a>&lt;/p>
-&lt;/blockquote></description></item><item><title>Docs3-V2: 1-3 - URL 
destruction 
failed</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</guid><description>
+&lt;p>Can be ignored, this check has been removed in version 
3.1.7.&lt;/p></description></item><item><title>Docs3-V2: 1-3 - URL destruction 
failed</title><link>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</guid><description>
 &lt;h3 id="possible-reason">Possible Reason&lt;/h3>
 &lt;p>When &lt;code>FrameworkExecutorRepository&lt;/code> is destroyed, 
calling &lt;code>CacheableFailbackRegistry.evictURLCache&lt;/code> will cause 
the destruction to fail and generate an error code.&lt;/p>
 &lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and 
resolution steps&lt;/h3>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 8b5c78e7a9..7a278d9d30 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-01-02T18:18:49+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="zh" 
href="https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="en" href="https://c [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-01-02T18:18:49+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="zh" 
href="https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="en" href="https://c [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 99470f053d..8b720377e9 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/zh/sitemap.xml</loc><lastmod>2023-02-07T14:22:26+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-02-05T09:16:05+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/zh/sitemap.xml</loc><lastmod>2023-02-07T16:01:15+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-02-07T16:01:15+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh/docs/index.xml b/zh/docs/index.xml
index 6a5ddb5f32..2a5df5872a 100644
--- a/zh/docs/index.xml
+++ b/zh/docs/index.xml
@@ -17,20 +17,14 @@
 &lt;p>这个错误码的 FAQ 页面参考了空冥同学的 &lt;a 
href="https://github.com/StabilityMan/StabilityGuide/blob/master/docs/diagnosis/plugin/rpc/%E7%B3%BB%E7%BB%9F%E7%A8%B3%E5%AE%9A%E6%80%A7%E2%80%94%E2%80%94Dubbo%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95.md";>《Dubbo
 常见错误及解决方法》&lt;/a> 。
 所引文章通过 &lt;a 
href="http://creativecommons.org/licenses/by/4.0/";>CC-BY-4.0&lt;/a> 
协议赋予了汇编的权利。在此向原作者表示感谢。&lt;/p>
 &lt;/blockquote></description></item><item><title>Docs3-V2: 1-1 - 
地址非法</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/1/</guid><description>
-&lt;p>服务版本或分组不匹配。&lt;/p>
+&lt;p>此日志可以忽略,服务版本或分组不匹配。仅出现在 zookeeper 注册中心中,在 3.1.7 版本中已经取消此检查。&lt;/p>
 &lt;h3 id="可能的原因">可能的原因&lt;/h3>
 &lt;ol>
 &lt;li>Provider 端配置的 &lt;code>service.group&lt;/code> 和 Consumer 端配置的 
&lt;code>reference.group&lt;/code> (即服务分组的配置)不匹配。&lt;/li>
 &lt;li>Provider 端配置的 &lt;code>service.version&lt;/code> 和 Consumer 端配置的 
&lt;code>reference.version&lt;/code> (即服务版本的配置)不匹配。&lt;/li>
 &lt;/ol>
 &lt;h3 id="排查和解决步骤">排查和解决步骤&lt;/h3>
-&lt;ol>
-&lt;li>确保 Provider 和 Consumer 端的服务分组配置相对应。&lt;/li>
-&lt;li>确保 Provider 和 Consumer 端的服务版本配置相对应。&lt;/li>
-&lt;/ol>
-&lt;blockquote>
-&lt;p>另请参阅 &lt;a 
href="../../../reference-manual/config/properties">配置项参考手册&lt;/a>&lt;/p>
-&lt;/blockquote></description></item><item><title>Docs3-V2: 2-1 - 
路由选址执行失败</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/1/</guid><description>
+&lt;p>可以忽略,在 3.1.7 
版本中已经取消此检查。&lt;/p></description></item><item><title>Docs3-V2: 2-1 - 
路由选址执行失败</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/1/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/1/</guid><description>
 &lt;h2 
id="路由选址执行失败">路由选址执行失败&lt;/h2></description></item><item><title>Docs3-V2: 2.x 
升级至 
3.x</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/upgrades-and-compatibility/2.x-to-3.x-compatibility-guide/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/upgrades-and-compatibility/2.x-to-3.x-compatibility-guide/</guid><description>
 &lt;h2 id="升级到-dubbo-3x-的收益">升级到 Dubbo 3.X 的收益&lt;/h2>
 &lt;p>Dubbo3 依旧保持了 2.x 
的经典架构,以解决微服务进程间通信为主要职责,通过丰富的服务治理(如地址发现、流量管理等)能力来更好的管控微服务集群;Dubbo3 
对原有框架的升级是全面的,体现在核心 Dubbo 特性的几乎每个环节,通过升级实现了稳定性、性能、伸缩性、易用性的全面提升。&lt;/p>
diff --git a/zh/docs3-v2/java-sdk/faq/1/1/index.html 
b/zh/docs3-v2/java-sdk/faq/1/1/index.html
index afe4154483..0c219e7ae3 100644
--- a/zh/docs3-v2/java-sdk/faq/1/1/index.html
+++ b/zh/docs3-v2/java-sdk/faq/1/1/index.html
@@ -1,13 +1,13 @@
-<!doctype html><html lang=zh class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 确保 Provider 和 Consumer 端的服务分组配置相对应。 确保 Provider 和 
Consumer 端的服务版本配置相对应。 另请参阅 配置项参考手册"><meta property="og:type" 
content="article"><meta property="og:url" 
content="https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/1/";><meta 
property="article:section" content="docs3-v2"><meta 
property="article:modified_time" content="202 [...]
-可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 确保 Provider 和 Consumer 端的服务分组配置相对应。 确保 Provider 和 
Consumer 端的服务版本配置相对应。 另请参阅 配置项参考手册"><meta itemprop=dateModified 
content="2022-11-10T14:39:30+08:00"><meta itemprop=wordCount content="31"><meta 
itemprop=keywords content><meta name=twitter:card content="summary"><meta 
name=twitter:title content="1-1 - 地址非法"><meta name=twitt [...]
-可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 确保 Provider 和 Consumer 端的服务分组配置相对应。 确保 Provider 和 
Consumer 端的服务版本配置相对应。 另请参阅 配置项参考手册"><script type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-112489517-1","auto"),ga("send","pageview"))</script><script
 async src=https [...]
+<!doctype html><html lang=zh class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
+可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 可以忽略,在 3.1.7 版本中已经取消此检查。"><meta property="og:type" 
content="article"><meta property="og:url" 
content="https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/1/";><meta 
property="article:section" content="docs3-v2"><meta 
property="article:modified_time" content="2023-02-07T16:01:15+08:00"><meta 
property="og:site_name" conten [...]
+可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 可以忽略,在 3.1.7 版本中已经取消此检查。"><meta itemprop=dateModified 
content="2023-02-07T16:01:15+08:00"><meta itemprop=wordCount content="26"><meta 
itemprop=keywords content><meta name=twitter:card content="summary"><meta 
name=twitter:title content="1-1 - 地址非法"><meta name=twitter:description 
content="此日志可以忽略,服务版本或分组不匹配。仅出现在 zookeeper 注册 [...]
+可能的原因 Provider 端配置的 service.group 和 Consumer 端配置的 reference.group 
(即服务分组的配置)不匹配。 Provider 端配置的 service.version 和 Consumer 端配置的 reference.version 
(即服务版本的配置)不匹配。 排查和解决步骤 可以忽略,在 3.1.7 版本中已经取消此检查。"><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-112489517-1","auto"),ga("send","pageview"))</script><script
 async src=https://www.google-analytics.com/analytics.js></script>
 <link rel=preload 
href=/scss/main.min.8637cb48af1c2672dbf22e4e83652c0cebe2d667477b88c8a046be155bcf7cfe.css
 as=style><link 
href=/scss/main.min.8637cb48af1c2672dbf22e4e83652c0cebe2d667477b88c8a046be155bcf7cfe.css
 rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 
crossorigin=anonymous></script>
 <link rel=stylesheet 
href=https://cdn.jsdelivr.net/npm/@docsearch/css@3></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand 
href=/zh/><span class=navbar-logo><svg xmlns="http://www.w3.org/2000/svg"; 
viewBox="0 0 321.39 78.54"><title id="title19">DUBBO LOGO</title><path 
class="cls-1" d="M68.46 50.38c0 14.06 11.39 22.11 25.45 22.11s25.45-8.05 
25.45-22.11V7.25H68.46zm21.24-28h8.6V31H89.7zm0  [...]
 <a 
href="https://github.com/apache/dubbo-website/new/master/content/zh/docs3-v2/java-sdk/faq/1/1.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at
 [...]
 <a 
href="https://github.com/apache/dubbo-website/issues/new?title=1-1%20-%20%e5%9c%b0%e5%9d%80%e9%9d%9e%e6%b3%95";
 target=_blank><i class="fab fa-github fa-fw"></i> 提交文档问题</a>
-<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> 提交项目问题</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#可能的原因>可能的原因</a></li><li><a 
href=#排查和解决步骤>排查和解决步骤</a></li></ul></li></ul></nav></div></aside><main 
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb 
class="d-none d-md-block d-print-none"><ol class="breadcrumb spb-1"><li 
class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh/ [...]
-<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
+<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> 提交项目问题</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#可能的原因>可能的原因</a></li><li><a 
href=#排查和解决步骤>排查和解决步骤</a></li></ul></li></ul></nav></div></aside><main 
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb 
class="d-none d-md-block d-print-none"><ol class="breadcrumb spb-1"><li 
class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh/ [...]
+<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
 <script src=/js/bootstrap.min.js 
integrity=sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy
 crossorigin=anonymous></script>
 <script 
src=/js/main.min.67b5ab62cb078146d9ab8cea15d59ffc7645b89f33906c50ab421a4d5eca73e9.js
 integrity="sha256-Z7WrYssHgUbZq4zqFdWf/HZFuJ8zkGxQq0IaTV7Kc+k=" 
crossorigin=anonymous></script>
 <script src=https://cdn.jsdelivr.net/npm/@docsearch/js@3></script>
diff --git a/zh/docs3-v2/java-sdk/faq/1/index.xml 
b/zh/docs3-v2/java-sdk/faq/1/index.xml
index 7e06dd29a5..5f91753d2a 100644
--- a/zh/docs3-v2/java-sdk/faq/1/index.xml
+++ b/zh/docs3-v2/java-sdk/faq/1/index.xml
@@ -1,18 +1,12 @@
 <rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Dubbo – 1 - 
注册中心层</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/</link><description>Recent
 content in 1 - 注册中心层 on Apache Dubbo</description><generator>Hugo -- 
gohugo.io</generator><language>en-us</language><atom:link 
href="https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/index.xml"; 
rel="self" type="application/rss+xml"/><item><title>Docs3-V2: 1-1 - 
地址非法</title><link>https://cn. [...]
-&lt;p>服务版本或分组不匹配。&lt;/p>
+&lt;p>此日志可以忽略,服务版本或分组不匹配。仅出现在 zookeeper 注册中心中,在 3.1.7 版本中已经取消此检查。&lt;/p>
 &lt;h3 id="可能的原因">可能的原因&lt;/h3>
 &lt;ol>
 &lt;li>Provider 端配置的 &lt;code>service.group&lt;/code> 和 Consumer 端配置的 
&lt;code>reference.group&lt;/code> (即服务分组的配置)不匹配。&lt;/li>
 &lt;li>Provider 端配置的 &lt;code>service.version&lt;/code> 和 Consumer 端配置的 
&lt;code>reference.version&lt;/code> (即服务版本的配置)不匹配。&lt;/li>
 &lt;/ol>
 &lt;h3 id="排查和解决步骤">排查和解决步骤&lt;/h3>
-&lt;ol>
-&lt;li>确保 Provider 和 Consumer 端的服务分组配置相对应。&lt;/li>
-&lt;li>确保 Provider 和 Consumer 端的服务版本配置相对应。&lt;/li>
-&lt;/ol>
-&lt;blockquote>
-&lt;p>另请参阅 &lt;a 
href="../../../reference-manual/config/properties">配置项参考手册&lt;/a>&lt;/p>
-&lt;/blockquote></description></item><item><title>Docs3-V2: 1-3 - URL 
销毁失败</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/3/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/3/</guid><description>
+&lt;p>可以忽略,在 3.1.7 
版本中已经取消此检查。&lt;/p></description></item><item><title>Docs3-V2: 1-3 - URL 
销毁失败</title><link>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/3/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/1/3/</guid><description>
 &lt;h3 id="可能的原因">可能的原因&lt;/h3>
 
&lt;p>当&lt;code>FrameworkExecutorRepository&lt;/code>被销毁以后,调用&lt;code>CacheableFailbackRegistry.evictURLCache&lt;/code>会导致销毁失败,产生错误码。&lt;/p>
 &lt;h3 id="排查和解决步骤">排查和解决步骤&lt;/h3>
diff --git a/zh/sitemap.xml b/zh/sitemap.xml
index fde2af3d98..2b1f1a4c81 100644
--- a/zh/sitemap.xml
+++ b/zh/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/0/</loc><lastmod>2022-08-01T10:49:31+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="en" 
href="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="zh" href="https://c [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh/docs3-v2/java-sdk/faq/0/</loc><lastmod>2022-08-01T10:49:31+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="en" 
href="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="zh" href="https://c [...]
\ No newline at end of file

Reply via email to