iamgd67 opened a new issue, #7478:
URL: https://github.com/apache/rocketmq/issues/7478

   ### Is Your Feature Request Related to a Problem?
   
   yes, when there are many message log files, startup time will be very 
long(tens of minuts), even set `checkCRCOnRecover=false` won't help
   
   消息文件多时,启动会很慢,配置了`checkCRCOnRecover=false` 效果也不大,因为还是会去读所有文件内容。
   
   ### Describe the Solution You'd Like
   
   when set `checkCRCOnRecover=false`  not read log file content on startup
   
   
   配置了 `checkCRCOnRecover=false` 的话,不在启动时读取消息日志内容
   
   ### Describe Alternatives You've Considered
   
   another config flag to control read content behavior
   
   添加一个控制是否读取消息日志内容的配置
   
   ### Additional Context
   
   cloud evn machine, disk very poor.


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to