You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2021/07/14 00:49:11 UTC

[rocketmq] branch develop updated: [ISSUE #3097] docs remove obsolete/error configuration

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

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 94e0899  [ISSUE #3097] docs remove obsolete/error configuration
     new 2bd0676  Merge pull request #3116 from trdmm/develop
94e0899 is described below

commit 94e08992a2bd37bce257b924b65ec38659fb6b13
Author: 同学的可爱女友糖糖 <tr...@topplayer.win>
AuthorDate: Thu Jul 1 15:01:22 2021 +0800

    [ISSUE #3097] docs remove obsolete/error configuration
---
 docs/cn/best_practice.md | 2 +-
 docs/en/best_practice.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index 4ad6bb2..b24c6ec 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -186,8 +186,8 @@ msgId一定是全局唯一标识符,但是实际使用中,可能会存在相
 | brokerName        | null                         | broker 的名称                           |
 | brokerClusterName                     | DefaultCluster                  | 本 broker 所属的 Cluser 名称           |
 | brokerId             | 0                              | broker id, 0 表示 master, 其他的正整数表示 slave                                                 |
+| storePathRootDir                         | $HOME/store/                   | 存储根路径                                            |
 | storePathCommitLog                      | $HOME/store/commitlog/                              | 存储 commit log 的路径                                                |
-| storePathConsumerQueue                   | $HOME/store/consumequeue/                              | 存储 consume queue 的路径                                              |
 | mappedFileSizeCommitLog     | 1024 * 1024 * 1024(1G) | commit log 的映射文件大小                                       |​ 
 | deleteWhen     | 04 | 在每天的什么时间删除已经超过文件保留时间的 commit log                                        |​ 
 | fileReservedTime     | 72 | 以小时计算的文件保留时间                                        |​ 
diff --git a/docs/en/best_practice.md b/docs/en/best_practice.md
index be3b937..213dc31 100755
--- a/docs/en/best_practice.md
+++ b/docs/en/best_practice.md
@@ -20,8 +20,8 @@
 | brokerName        | null                         | broker name                           |
 | brokerClusterName                     | DefaultCluster                  | this broker belongs to which cluster           |
 | brokerId             | 0                              | broker id, 0 means master, positive integers mean slave                                                 |
+| storePathRootDir                         | $HOME/store/                   | file path for root store                                            |
 | storePathCommitLog                      | $HOME/store/commitlog/                              | file path for commit log                                                 |
-| storePathConsumerQueue                   | $HOME/store/consumequeue/                              | file path for consume queue                                              |
 | mappedFileSizeCommitLog     | 1024 * 1024 * 1024(1G) | mapped file size for commit log                                        |​ 
 | deleteWhen     | 04 | When to delete the commitlog which is out of the reserve time                                        |​ 
 | fileReserverdTime     | 72 | The number of hours to keep a commitlog before deleting it                                        |​