ni-ze commented on code in PR #4338:
URL: https://github.com/apache/rocketmq/pull/4338#discussion_r886286375


##########
store/src/main/java/org/apache/rocketmq/store/CommitLog.java:
##########
@@ -85,12 +85,12 @@ public CommitLog(final DefaultMessageStore 
defaultMessageStore) {
         String storePath = 
defaultMessageStore.getMessageStoreConfig().getStorePathCommitLog();
         if (storePath.contains(MessageStoreConfig.MULTI_PATH_SPLITTER)) {
             this.mappedFileQueue = new 
MultiPathMappedFileQueue(defaultMessageStore.getMessageStoreConfig(),
-                    
defaultMessageStore.getMessageStoreConfig().getMappedFileSizeCommitLog(),

Review Comment:
   Thanks for your review, I have fixed it and keep it as it is.



-- 
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