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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8b1c846  Latest site on successful build auto-pushed to asf-site
8b1c846 is described below

commit 8b1c846c35b1e7ec1db3eb1023fa442884e5b6a8
Author: github-action <[email protected]>
AuthorDate: Sun Aug 22 13:10:10 2021 +0000

    Latest site on successful build auto-pushed to asf-site
---
 .travis.yml                                        |  2 -
 _docs/01-quick-start-guide.md                      | 10 ++--
 _docs/10-download-releases.md                      |  8 +++
 _pages/community.md                                |  2 +-
 _pages/users.md                                    |  2 +-
 _posts/2021-08-08-release-notes-4.9.1.md           | 12 ++--
 content/about/contact/index.html                   |  2 +-
 content/about/rewards/index.html                   |  2 +-
 content/about/team/index.html                      |  2 +-
 content/archive-layout-with-content/index.html     |  6 +-
 content/community/index.html                       | 10 ++--
 content/docs/batch-example/index.html              |  2 +-
 content/docs/best-practice-broker/index.html       |  2 +-
 content/docs/best-practice-consumer/index.html     |  2 +-
 content/docs/best-practice-namesvr/index.html      |  2 +-
 content/docs/best-practice-producer/index.html     |  2 +-
 content/docs/broadcast-example/index.html          |  2 +-
 content/docs/cli-admin-tool/index.html             |  2 +-
 content/docs/cluster-deployment/index.html         |  2 +-
 content/docs/code-guidelines/index.html            |  2 +-
 content/docs/core-concept/index.html               |  2 +-
 content/docs/create-pull-request/index.html        |  2 +-
 content/docs/documentation/index.html              |  2 +-
 content/docs/faq/index.html                        |  2 +-
 content/docs/filter-by-sql92-example/index.html    |  2 +-
 content/docs/how-to-contribute/index.html          |  2 +-
 content/docs/logappender-example/index.html        |  2 +-
 content/docs/motivation/index.html                 |  2 +-
 content/docs/openmessaging-example/index.html      |  2 +-
 content/docs/order-example/index.html              |  2 +-
 content/docs/pull-request/index.html               |  2 +-
 content/docs/quick-start/index.html                | 12 ++--
 content/docs/release-manual.html                   |  2 +-
 content/docs/rmq-arc/index.html                    |  2 +-
 content/docs/rmq-deployment/index.html             |  2 +-
 content/docs/roadmap/index.html                    |  2 +-
 content/docs/schedule-example/index.html           |  2 +-
 content/docs/simple-example/index.html             |  2 +-
 content/docs/system-config/index.html              |  2 +-
 content/docs/transaction-example/index.html        |  2 +-
 content/dowloading/releases/index.html             | 11 +++-
 content/feed.xml                                   | 14 ++---
 content/index.html                                 | 10 ++--
 .../release_notes/release-notes-4.9.1/index.html   | 12 ++--
 content/sitemap.xml                                | 70 +++++++++++-----------
 content/users/index.html                           | 10 ++--
 home.md                                            |  2 +-
 47 files changed, 135 insertions(+), 120 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 46e0659..918b83b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,3 @@ env:
 script:
 - bundle install
 - bundle exec jekyll build
-#after_success:
-#- bash .utility/push-site-to-master.sh
diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 71195e3..35d4908 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -24,15 +24,15 @@ More Details:
 
 # Download & Build from Release
 
-Click 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip)
 to download the 4.9.0 source release. Also you could download a binary release 
from 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip).
+Click 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip)
 to download the 4.9.1 source release. Also you could download a binary release 
from 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip).
 
-Now execute the following commands to unpack 4.9.0 source release and build 
the binary artifact.
+Now execute the following commands to unpack 4.9.1 source release and build 
the binary artifact.
 
 ```shell
-  > unzip rocketmq-all-4.9.0-source-release.zip
-  > cd rocketmq-all-4.9.0/
+  > unzip rocketmq-all-4.9.1-source-release.zip
+  > cd rocketmq-all-4.9.1/
   > mvn -Prelease-all -DskipTests clean install -U
-  > cd distribution/target/rocketmq-4.9.0/rocketmq-4.9.0
+  > cd distribution/target/rocketmq-4.9.1/rocketmq-4.9.1
 ```
 # Linux 
  
diff --git a/_docs/10-download-releases.md b/_docs/10-download-releases.md
index bc2fbeb..ec1a4df 100644
--- a/_docs/10-download-releases.md
+++ b/_docs/10-download-releases.md
@@ -29,6 +29,14 @@ The table below shows the supported jre environment for 
components of each relea
 
 Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.8.0.
 
+## 4.9.1 release
+
+* Released Aug 22, 2021
+* [Release Notes](/release_notes/release-notes-4.9.1)
+* Source: 
[rocketmq-all-4.9.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip)
 
[[PGP](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.sha512)]
+* Binary: 
[rocketmq-all-4.9.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip)
 
[[PGP](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.sha512)]
+
+
 ## 4.9.0 release
 
 * Released June 15, 2021
diff --git a/_pages/community.md b/_pages/community.md
index 1b33687..8c9ec7b 100644
--- a/_pages/community.md
+++ b/_pages/community.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 ---
 {% include feature_row id="intro" type="center" %}
 
diff --git a/_pages/users.md b/_pages/users.md
index 26d3710..0ad336d 100644
--- a/_pages/users.md
+++ b/_pages/users.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/community/alibaba-logo.png
     alt: "Alibaba Group"
diff --git a/_posts/2021-08-08-release-notes-4.9.1.md 
b/_posts/2021-08-08-release-notes-4.9.1.md
index fc6a402..8126110 100644
--- a/_posts/2021-08-08-release-notes-4.9.1.md
+++ b/_posts/2021-08-08-release-notes-4.9.1.md
@@ -30,10 +30,6 @@ Below is a summary of the issues addressed in the 4.9.1 
release of RocketMQ. For
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/3162'>ISSUE-3162</a>] 
-  Add msgTraceEnable config in transaction producer benchmark.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq/issues/3154'>ISSUE-3154</a>] 
-  Delete the unuse code.
-</li>
-<li>[<a href='https://github.com/apache/rocketmq/issues/3144'>ISSUE-3144</a>] 
-  Fix spell error.
-</li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/2883'>ISSUE-2883</a>] 
-  [Part B]Improve produce performance in M/S mode.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/2883'>ISSUE-2883</a>] 
-  [Part C]Improve produce performance in M/S mode.
@@ -56,8 +52,6 @@ Below is a summary of the issues addressed in the 4.9.1 
release of RocketMQ. For
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/3109'>ISSUE-3109</a>] 
-  AdminBrokerProcess do not reply anything in default case.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq/issues/3109'>ISSUE-3110</a>] 
-  Fix: remove useless code.
-</li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/603'>ISSUE-603</a>] -  
Log exception stack.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/3068'>ISSUE-3068</a>] 
-  Remove jaeger tracing dependency in release.
@@ -123,4 +117,10 @@ Below is a summary of the issues addressed in the 4.9.1 
release of RocketMQ. For
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/2990'>ISSUE-2990</a>] 
-  Add message tracing switch in sendMessage command of mqadmin, and add 
document.
 </li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/3154'>ISSUE-3154</a>] 
-  Delete the unuse code.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/3144'>ISSUE-3144</a>] 
-  Fix spell error.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/3109'>ISSUE-3110</a>] 
-  Fix: remove useless code.
+</li>
 </ul>          
\ No newline at end of file
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 6a95358..6742798 100644
--- a/content/about/contact/index.html
+++ b/content/about/contact/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 50f0b69..26d960c 100644
--- a/content/about/rewards/index.html
+++ b/content/about/rewards/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/about/team/index.html b/content/about/team/index.html
index af3d89d..e751d4e 100644
--- a/content/about/team/index.html
+++ b/content/about/team/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/archive-layout-with-content/index.html 
b/content/archive-layout-with-content/index.html
index 528777b..8e60e78 100644
--- a/content/archive-layout-with-content/index.html
+++ b/content/archive-layout-with-content/index.html
@@ -1084,7 +1084,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.0  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.1  
 </p>
   </article>
 </div>
@@ -1098,7 +1098,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.0  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.1  
 </p>
   </article>
 </div>
@@ -1138,7 +1138,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.0  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.1  
 </p>
   </article>
 </div>
diff --git a/content/community/index.html b/content/community/index.html
index 04baf67..5f72c12 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.0  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.1  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     <meta itemprop="headline" content="Apache RocketMQ">
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
     
     
 
diff --git a/content/docs/batch-example/index.html 
b/content/docs/batch-example/index.html
index dc4f686..dd77e4b 100644
--- a/content/docs/batch-example/index.html
+++ b/content/docs/batch-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-broker/index.html 
b/content/docs/best-practice-broker/index.html
index 42e1d4d..2d87e6b 100644
--- a/content/docs/best-practice-broker/index.html
+++ b/content/docs/best-practice-broker/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-consumer/index.html 
b/content/docs/best-practice-consumer/index.html
index 7a4004c..60542b3 100644
--- a/content/docs/best-practice-consumer/index.html
+++ b/content/docs/best-practice-consumer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-namesvr/index.html 
b/content/docs/best-practice-namesvr/index.html
index 501bb97..207f224 100644
--- a/content/docs/best-practice-namesvr/index.html
+++ b/content/docs/best-practice-namesvr/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-producer/index.html 
b/content/docs/best-practice-producer/index.html
index b51b512..13c268b 100644
--- a/content/docs/best-practice-producer/index.html
+++ b/content/docs/best-practice-producer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/broadcast-example/index.html 
b/content/docs/broadcast-example/index.html
index 066477d..a350024 100644
--- a/content/docs/broadcast-example/index.html
+++ b/content/docs/broadcast-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/cli-admin-tool/index.html 
b/content/docs/cli-admin-tool/index.html
index af1b456..bd6685f 100644
--- a/content/docs/cli-admin-tool/index.html
+++ b/content/docs/cli-admin-tool/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/cluster-deployment/index.html 
b/content/docs/cluster-deployment/index.html
index a3ebaf3..c833b4c 100644
--- a/content/docs/cluster-deployment/index.html
+++ b/content/docs/cluster-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/code-guidelines/index.html 
b/content/docs/code-guidelines/index.html
index 2cae752..4379e35 100644
--- a/content/docs/code-guidelines/index.html
+++ b/content/docs/code-guidelines/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/core-concept/index.html 
b/content/docs/core-concept/index.html
index e2965a1..504ae77 100644
--- a/content/docs/core-concept/index.html
+++ b/content/docs/core-concept/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/create-pull-request/index.html 
b/content/docs/create-pull-request/index.html
index 19eb6ae..23bd5d7 100644
--- a/content/docs/create-pull-request/index.html
+++ b/content/docs/create-pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/documentation/index.html 
b/content/docs/documentation/index.html
index 001c03a..48baefc 100644
--- a/content/docs/documentation/index.html
+++ b/content/docs/documentation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index 03834f8..e2df686 100644
--- a/content/docs/faq/index.html
+++ b/content/docs/faq/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/filter-by-sql92-example/index.html 
b/content/docs/filter-by-sql92-example/index.html
index 9066627..05cf90d 100644
--- a/content/docs/filter-by-sql92-example/index.html
+++ b/content/docs/filter-by-sql92-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/how-to-contribute/index.html 
b/content/docs/how-to-contribute/index.html
index 75a85ce..26cd910 100644
--- a/content/docs/how-to-contribute/index.html
+++ b/content/docs/how-to-contribute/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/logappender-example/index.html 
b/content/docs/logappender-example/index.html
index 4ccd810..eda36ca 100644
--- a/content/docs/logappender-example/index.html
+++ b/content/docs/logappender-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/motivation/index.html 
b/content/docs/motivation/index.html
index 2a057d6..70c46d0 100644
--- a/content/docs/motivation/index.html
+++ b/content/docs/motivation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/openmessaging-example/index.html 
b/content/docs/openmessaging-example/index.html
index e410353..6cfb742 100644
--- a/content/docs/openmessaging-example/index.html
+++ b/content/docs/openmessaging-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/order-example/index.html 
b/content/docs/order-example/index.html
index fabe30f..b98102d 100644
--- a/content/docs/order-example/index.html
+++ b/content/docs/order-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/pull-request/index.html 
b/content/docs/pull-request/index.html
index 06b4ab0..6761445 100644
--- a/content/docs/pull-request/index.html
+++ b/content/docs/pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/quick-start/index.html 
b/content/docs/quick-start/index.html
index 4e4c755..54f98b2 100644
--- a/content/docs/quick-start/index.html
+++ b/content/docs/quick-start/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
@@ -511,14 +511,14 @@ and receive messages.</p>
 
 <h1 id="download--build-from-release">Download &amp; Build from Release</h1>
 
-<p>Click <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip";>here</a>
 to download the 4.9.0 source release. Also you could download a binary release 
from <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip";>here</a>.</p>
+<p>Click <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip";>here</a>
 to download the 4.9.1 source release. Also you could download a binary release 
from <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip";>here</a>.</p>
 
-<p>Now execute the following commands to unpack 4.9.0 source release and build 
the binary artifact.</p>
+<p>Now execute the following commands to unpack 4.9.1 source release and build 
the binary artifact.</p>
 
-<div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="o">&gt;</span> unzip 
rocketmq-all-4.9.0-source-release.zip
-  <span class="o">&gt;</span> <span class="nb">cd </span>rocketmq-all-4.9.0/
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="o">&gt;</span> unzip 
rocketmq-all-4.9.1-source-release.zip
+  <span class="o">&gt;</span> <span class="nb">cd </span>rocketmq-all-4.9.1/
   <span class="o">&gt;</span> mvn <span class="nt">-Prelease-all</span> <span 
class="nt">-DskipTests</span> clean <span class="nb">install</span> <span 
class="nt">-U</span>
-  <span class="o">&gt;</span> <span class="nb">cd 
</span>distribution/target/rocketmq-4.9.0/rocketmq-4.9.0
+  <span class="o">&gt;</span> <span class="nb">cd 
</span>distribution/target/rocketmq-4.9.1/rocketmq-4.9.1
 </code></pre></div></div>
 <h1 id="linux">Linux</h1>
 
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index 5eca8a9..b4bd111 100644
--- a/content/docs/release-manual.html
+++ b/content/docs/release-manual.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index 0227189..2217a20 100644
--- a/content/docs/rmq-arc/index.html
+++ b/content/docs/rmq-arc/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/rmq-deployment/index.html 
b/content/docs/rmq-deployment/index.html
index 4913e53..f29dd11 100644
--- a/content/docs/rmq-deployment/index.html
+++ b/content/docs/rmq-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index d8cbede..b280e0b 100644
--- a/content/docs/roadmap/index.html
+++ b/content/docs/roadmap/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/schedule-example/index.html 
b/content/docs/schedule-example/index.html
index efc2d77..2f60652 100644
--- a/content/docs/schedule-example/index.html
+++ b/content/docs/schedule-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/simple-example/index.html 
b/content/docs/simple-example/index.html
index 3d5d838..784fbab 100644
--- a/content/docs/simple-example/index.html
+++ b/content/docs/simple-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/system-config/index.html 
b/content/docs/system-config/index.html
index bdcd356..001f12d 100644
--- a/content/docs/system-config/index.html
+++ b/content/docs/system-config/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/docs/transaction-example/index.html 
b/content/docs/transaction-example/index.html
index 4feb4e3..0155c19 100644
--- a/content/docs/transaction-example/index.html
+++ b/content/docs/transaction-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
diff --git a/content/dowloading/releases/index.html 
b/content/dowloading/releases/index.html
index 8d4363f..1690c29 100644
--- a/content/dowloading/releases/index.html
+++ b/content/dowloading/releases/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2021-08-18T01:10:47+00:00">
+  <meta property="article:published_time" content="2021-08-22T13:10:00+00:00">
 
 
 
@@ -543,6 +543,15 @@ open source version of RocketMQ in their business.</p>
 
 <p>Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.8.0.</p>
 
+<h2 id="491-release">4.9.1 release</h2>
+
+<ul>
+  <li>Released Aug 22, 2021</li>
+  <li><a href="/release_notes/release-notes-4.9.1">Release Notes</a></li>
+  <li>Source: <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip";>rocketmq-all-4.9.1-source-release.zip</a>
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.asc";>PGP</a>]
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.sha512";>SHA512</a>]</li>
+  <li>Binary: <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip";>rocketmq-all-4.9.1-bin-release.zip</a>
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.asc";>PGP</a>]
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.sha512";>SHA512</a>]</li>
+</ul>
+
 <h2 id="490-release">4.9.0 release</h2>
 
 <ul>
diff --git a/content/feed.xml b/content/feed.xml
index 1019b0a..c99b03f 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2021-08-18T01:10:47+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2021-08-22T13:10:00+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
 
 &lt;h2&gt; Download the 4.9.1 release&lt;/h2&gt;
 
@@ -21,10 +21,6 @@
 &lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3162&quot;&gt;ISSUE-3162&lt;/a&gt;]
 -  Add msgTraceEnable config in transaction producer benchmark.
 &lt;/li&gt;
-&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3154&quot;&gt;ISSUE-3154&lt;/a&gt;]
 -  Delete the unuse code.
-&lt;/li&gt;
-&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3144&quot;&gt;ISSUE-3144&lt;/a&gt;]
 -  Fix spell error.
-&lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/2883&quot;&gt;ISSUE-2883&lt;/a&gt;]
 -  [Part B]Improve produce performance in M/S mode.
 &lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/2883&quot;&gt;ISSUE-2883&lt;/a&gt;]
 -  [Part C]Improve produce performance in M/S mode.
@@ -47,8 +43,6 @@
 &lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3109&quot;&gt;ISSUE-3109&lt;/a&gt;]
 -  AdminBrokerProcess do not reply anything in default case.
 &lt;/li&gt;
-&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3109&quot;&gt;ISSUE-3110&lt;/a&gt;]
 -  Fix: remove useless code.
-&lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/603&quot;&gt;ISSUE-603&lt;/a&gt;]
 -  Log exception stack.
 &lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3068&quot;&gt;ISSUE-3068&lt;/a&gt;]
 -  Remove jaeger tracing dependency in release.
@@ -113,6 +107,12 @@
 &lt;/li&gt;
 &lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/2990&quot;&gt;ISSUE-2990&lt;/a&gt;]
 -  Add message tracing switch in sendMessage command of mqadmin, and add 
document.
 &lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3154&quot;&gt;ISSUE-3154&lt;/a&gt;]
 -  Delete the unuse code.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3144&quot;&gt;ISSUE-3144&lt;/a&gt;]
 -  Fix spell error.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://github.com/apache/rocketmq/issues/3109&quot;&gt;ISSUE-3110&lt;/a&gt;]
 -  Fix: remove useless code.
+&lt;/li&gt;
 &lt;/ul&gt;</content><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/assets/images/rmq-logo.png&quot;, 
&quot;bio&quot;=&gt;&quot;An open source distributed messaging and streaming 
data platform.&quot;, &quot;location&quot;=&gt;&quot;Hangzhou, China&quot;, 
&quot;email&quot;=&gt;&quot;[email protected]&quot;, 
&quot;uri&quot;=&gt;&quot;http://rocketmq.apache.org&quot;, 
&quot;bitbucket&quot;=&gt;nil, &quot;codepen&quot;=&gt;nil, 
&quot;dribbble&quot;=&gt;nil, &quo [...]
 
 &lt;h2&gt; Download the 4.9.0 release&lt;/h2&gt;
diff --git a/content/index.html b/content/index.html
index 97f6808..1cbeb5e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.0  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.1  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
     
     
 
diff --git a/content/release_notes/release-notes-4.9.1/index.html 
b/content/release_notes/release-notes-4.9.1/index.html
index 4e70480..c3ac5c3 100644
--- a/content/release_notes/release-notes-4.9.1/index.html
+++ b/content/release_notes/release-notes-4.9.1/index.html
@@ -332,10 +332,6 @@
 </li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/3162";>ISSUE-3162</a>] 
-  Add msgTraceEnable config in transaction producer benchmark.
 </li>
-<li>[<a href="https://github.com/apache/rocketmq/issues/3154";>ISSUE-3154</a>] 
-  Delete the unuse code.
-</li>
-<li>[<a href="https://github.com/apache/rocketmq/issues/3144";>ISSUE-3144</a>] 
-  Fix spell error.
-</li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/2883";>ISSUE-2883</a>] 
-  [Part B]Improve produce performance in M/S mode.
 </li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/2883";>ISSUE-2883</a>] 
-  [Part C]Improve produce performance in M/S mode.
@@ -358,8 +354,6 @@
 </li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/3109";>ISSUE-3109</a>] 
-  AdminBrokerProcess do not reply anything in default case.
 </li>
-<li>[<a href="https://github.com/apache/rocketmq/issues/3109";>ISSUE-3110</a>] 
-  Fix: remove useless code.
-</li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/603";>ISSUE-603</a>] -  
Log exception stack.
 </li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/3068";>ISSUE-3068</a>] 
-  Remove jaeger tracing dependency in release.
@@ -424,6 +418,12 @@
 </li>
 <li>[<a href="https://github.com/apache/rocketmq/issues/2990";>ISSUE-2990</a>] 
-  Add message tracing switch in sendMessage command of mqadmin, and add 
document.
 </li>
+<li>[<a href="https://github.com/apache/rocketmq/issues/3154";>ISSUE-3154</a>] 
-  Delete the unuse code.
+</li>
+<li>[<a href="https://github.com/apache/rocketmq/issues/3144";>ISSUE-3144</a>] 
-  Fix spell error.
+</li>
+<li>[<a href="https://github.com/apache/rocketmq/issues/3109";>ISSUE-3110</a>] 
-  Fix: remove useless code.
+</li>
 </ul>
 
         
diff --git a/content/sitemap.xml b/content/sitemap.xml
index b894038..a022501 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,135 +2,135 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"; 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>/about/team/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/about/contact/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/about/rewards/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/quick-start/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/motivation/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/core-concept/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cli-admin-tool/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cluster-deployment/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/pull-request/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/code-guidelines/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/documentation/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/faq/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/release-manual</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/dowloading/releases/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/roadmap/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/batch-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/broadcast-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-deployment/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/order-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-arc/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/schedule-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/simple-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/logappender-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/openmessaging-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/system-config/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/how-to-contribute/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/transaction-example/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-broker/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-consumer/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/create-pull-request/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-producer/</loc>
-<lastmod>2021-08-18T01:10:47+00:00</lastmod>
+<lastmod>2021-08-22T13:10:00+00:00</lastmod>
 </url>
 <url>
 <loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -416,10 +416,10 @@
 </url>
 <url>
 <loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-08-18T01:06:33+00:00</lastmod>
+<lastmod>2021-08-22T13:05:48+00:00</lastmod>
 </url>
 <url>
 <loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-08-18T01:06:33+00:00</lastmod>
+<lastmod>2021-08-22T13:05:48+00:00</lastmod>
 </url>
 </urlset>
diff --git a/content/users/index.html b/content/users/index.html
index be5f631..34c738a 100644
--- a/content/users/index.html
+++ b/content/users/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.0  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.1  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     <meta itemprop="headline" content="Apache RocketMQ">
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.0  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.1  
">
     
     
 
diff --git a/home.md b/home.md
index 25cf696..06a4b7c 100644
--- a/home.md
+++ b/home.md
@@ -7,7 +7,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.0/">Latest release v4.9.0</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/bright/rmq-feature-lowlatency.png
     alt: "Low Latency"

Reply via email to