GitHub user ShadowySpirits added a comment to the discussion: macOs启动broker报下面的错,启动mqnamesrv不报错。
This problem was introduced in RIP-62 Cold read control. https://github.com/apache/rocketmq/blob/3a6ef0400c8f3dc420b8781c619e66d47d1c4336/store/src/main/java/org/apache/rocketmq/store/CommitLog.java#L2189-L2194 To bypass this issue, you can change `!MixAll.isWindows()` to `MixAll.isUnix()`. In my opinion, starting ColdDataCheckService is unnecessary if the user doesn't use this function. GitHub link: https://github.com/apache/rocketmq/discussions/7119#discussioncomment-6644307 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org