You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/11/26 03:15:49 UTC

[GitHub] [rocketmq] antianchi commented on issue #1613: 发送消息返回的Offset与用mqadmin查询的偏移量对不牢

antianchi commented on issue #1613: 发送消息返回的Offset与用mqadmin查询的偏移量对不牢
URL: https://github.com/apache/rocketmq/issues/1613#issuecomment-558440309
 
 
   你说的**consume queue的构建有没有被卡住**,我不是很明白。grep日志发现了这么一句。
   `2019-11-26 10:50:23 WARN WriteSocketService - Offset not matched. Request offset: 11811160064, firstOffset: 7696547840, lastOffset: 10758389760, mappedFileSize: 20971520, mappedFiles count: 146
   2019-11-26 10:50:23 WARN WriteSocketService - Offset not matched. Request offset: 11811160064, firstOffset: 7696547840, lastOffset: 10758389760, mappedFileSize: 20971520, mappedFiles count: 146
   2019-11-26 10:50:49 WARN ReputMessageService - Offset not matched. Request offset: 0, firstOffset: 10737418240, lastOffset: 11811160064, mappedFileSize: 1073741824, mappedFiles count: 1
   2019-11-26 10:50:49 WARN FlushRealTimeService - Offset not matched. Request offset: 0, firstOffset: 10737418240, lastOffset: 11811160064, mappedFileSize: 1073741824, mappedFiles count: 1
   2019-11-26 10:50:51 WARN FlushConsumeQueueService - Offset not matched. Request offset: 45281320, firstOffset: 0, lastOffset: 300000, mappedFileSize: 300000, mappedFiles count: 1
   2019-11-26 10:50:52 WARN FlushConsumeQueueService - Offset not matched. Request offset: 45281320, firstOffset: 0, lastOffset: 300000, mappedFileSize: 300000, mappedFiles count: 1
   2019-11-26 10:50:53 WARN FlushConsumeQueueService - Offset not matched. Request offset: 45281320, firstOffset: 0, lastOffset: 300000, mappedFileSize: 300000, mappedFiles count: 1
   `
   关于ReputMessageService的异常,只发现了一条,我也不明白什么意思。
   
   
   现在,我把Broker通过mqshutdown关掉,然后重新启动了,现在可以正常的发送消息,消费消息,且状态如下:
   ![image](https://user-images.githubusercontent.com/25560330/69596600-1421d600-103e-11ea-8a5f-073214e35da8.png)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services