HScarb opened a new issue #4048: URL: https://github.com/apache/rocketmq/issues/4048
Currently `storePathCommitLog` and `storePathRootDir` are separately defined. https://github.com/apache/rocketmq/blob/develop/store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java#L28-L35 If I only set `storePathRootDir`, the `storePathCommitLog` will not change, so I must set it explicitly. It's better to make `storePathCommitLog` base on `storePathRootDir` -- 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]
