areyouok commented on code in PR #4338:
URL: https://github.com/apache/rocketmq/pull/4338#discussion_r885754555
##########
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:
Some update in this file which just change the code style, I suggest not to
do so.
--
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]