You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/07 05:31:36 UTC

[GitHub] [rocketmq] Git-Yang commented on a change in pull request #3464: [ISSUE #3463] Fix the issue of commitLog path error

Git-Yang commented on a change in pull request #3464:
URL: https://github.com/apache/rocketmq/pull/3464#discussion_r744205072



##########
File path: store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
##########
@@ -1714,8 +1714,7 @@ private boolean isSpaceToDelete() {
             }
 
             {
-                String storePathLogics = StorePathConfigHelper
-                    .getStorePathConsumeQueue(DefaultMessageStore.this.getMessageStoreConfig().getStorePathRootDir());
+                String storePathLogics = DefaultMessageStore.this.getStorePathLogic();

Review comment:
       Yes, the logical path is the same, here is just a unified method of obtaining the path.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org