zongtanghu commented on a change in pull request #1144: [RIP-7] fix some issue 
and Optimization code for multiple_disk_dir
URL: https://github.com/apache/rocketmq/pull/1144#discussion_r273306849
 
 

 ##########
 File path: 
store/src/main/java/org/apache/rocketmq/store/MultiPathMappedFileQueue.java
 ##########
 @@ -26,11 +29,11 @@
 import java.util.List;
 
 public class MultiPathMappedFileQueue extends MappedFileQueue {
-
+    private static final InternalLogger log = 
InternalLoggerFactory.getLogger(LoggerName.STORE_LOGGER_NAME);
     private final MessageStoreConfig config;
 
     public MultiPathMappedFileQueue(MessageStoreConfig messageStoreConfig, int 
mappedFileSize,
-        AllocateMappedFileService allocateMappedFileService) {
+                                    AllocateMappedFileService 
allocateMappedFileService) {
         super(messageStoreConfig.getStorePathCommitLog(), mappedFileSize, 
allocateMappedFileService);
 
 Review comment:
   Here,you should make sure your code style has no issues as above!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to