schnell18 commented on a change in pull request #3256:
URL: https://github.com/apache/rocketmq/pull/3256#discussion_r694887193



##########
File path: store/src/main/java/org/apache/rocketmq/store/MappedFileQueue.java
##########
@@ -34,6 +37,7 @@
     private static final InternalLogger LOG_ERROR = 
InternalLoggerFactory.getLogger(LoggerName.STORE_ERROR_LOGGER_NAME);
 
     private static final int DELETE_FILES_BATCH_MAX = 10;
+    private static final Pattern MAPPED_FILENAME_PATTERN = 
Pattern.compile("^\\d{20}$");

Review comment:
       Hi,
      I had fixed the issue as commented a few days ago. Can have a second look 
at the pull request?
   
     Thanks!




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