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 2022/06/17 11:00:34 UTC

[rocketmq] branch 5.0.0-beta-dledger-controller updated: review (#4475)

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

duhengforever pushed a commit to branch 5.0.0-beta-dledger-controller
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/5.0.0-beta-dledger-controller by this push:
     new 9c842e92a review (#4475)
9c842e92a is described below

commit 9c842e92a5390d41589ac6a53dc92fc084c2a3dd
Author: hzh0425 <64...@qq.com>
AuthorDate: Fri Jun 17 19:00:19 2022 +0800

    review (#4475)
---
 .../main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java b/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
index 44a38cd98..63e35c599 100644
--- a/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
+++ b/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
@@ -33,7 +33,7 @@ public class MessageStoreConfig {
     private String storePathCommitLog = System.getProperty("user.home") + File.separator + "store"
         + File.separator + "commitlog";
 
-    //The directory in which the commitlog is kept
+    //The directory in which the epochFile is kept
     @ImportantField
     private String storePathEpochFile = System.getProperty("user.home") + File.separator + "store"
         + File.separator + "epochFileCheckpoint";