912988434 opened a new issue, #4226: URL: https://github.com/apache/rocketmq/issues/4226
版本:4.9.2 现象: 设置delayLevel=3 时,SCHEDULE_TOPIC_XXXX可以收到消息,但是真正的topic无法收到消息,同时别的topic消息失败时重试也失败(这里应该是默认设置也是从10s开始重试),检查broker状态发现 'scheduleMessageOffset_3 169171,198299' ,猜测和这个相关,感觉是10s这个延时时间调调消息都失败了,查看 storeerror.log 内容如下: `2022-03-13 03:45:38 WARN FlushConsumeQueueService - Offset not matched. Request offset: 18000000, firstOffset: 12000000, lastOffset: 18000000, mappedFileSize: 6000000, mappedFiles count: 1 2022-03-13 03:45:39 WARN FlushConsumeQueueService - Offset not matched. Request offset: 18000000, firstOffset: 12000000, lastOffset: 18000000, mappedFileSize: 6000000, mappedFiles count: 1 2022-04-14 19:11:48 WARN FlushConsumeQueueService - Offset not matched. Request offset: 6000000, firstOffset: 0, lastOffset: 6000000, mappedFileSize: 6000000, mappedFiles count: 1 2022-04-14 19:11:49 WARN FlushConsumeQueueService - Offset not matched. Request offset: 6000000, firstOffset: 0, lastOffset: 6000000, mappedFileSize: 6000000, mappedFiles count: 1 2022-04-14 19:11:50 WARN FlushConsumeQueueService - Offset not matched. Request offset: 6000000, firstOffset: 0, lastOffset: 6000000, mappedFileSize: 6000000, mappedFiles count: 1` 想问一下这个问题是如何产生的,或者我该去查看哪个日志区排查这个问题,并且该如何去解决? -- 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]
