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



##########
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:
       > This logic is the same, right?
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to