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 2021/07/16 08:20:32 UTC

[GitHub] [rocketmq] wanghanyuLv opened a new issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

wanghanyuLv opened a new issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161


   ### Please describe the issue you observed:
   In the storemirror.log file, there is always an error message that offset does not match. It outputs a log every second. Cause our server disk alarm.
   ${storePathCommitLog} directory setting from '/home/rocketmq/store'
   
   ### Please tell us about your environment:
   Java: 1.8
   RocketMQ: 3.5.8
   
   ### Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
    WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset: 56706266126, index: 525, mapedFileSize: 1073741824, mapedFiles count: 1, StackTrace:
       java.lang.Thread.getStackTrace(Thread.java:1589)
       com.alibaba.rocketmq.common.UtilAll.currentStackTrace(UtilAll.java:63)
       com.alibaba.rocketmq.store.MapedFileQueue.findMapedFileByOffset(MapedFileQueue.java:467)
       com.alibaba.rocketmq.store.CommitLog.getData(CommitLog.java:156)
       com.alibaba.rocketmq.store.CommitLog.getData(CommitLog.java:150)
       com.alibaba.rocketmq.store.DefaultMessageStore.getCommitLogData(DefaultMessageStore.java:818)
       com.alibaba.rocketmq.store.ha.HAConnection$WriteSocketService.run(HAConnection.java:334)
       java.lang.Thread.run(Thread.java:745)
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] caigy commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883238463


   @wanghanyuLv 3.5.8 is too old and you can upgrade to the latest version to resolve the problem.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] panzhi33 commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883104844


   是否做过主备切换呀,这个应该是从节点的存储位点已经超过了主节点的,导致同步消息一直失败


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] panzhi33 commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883104844


   是否做过主备切换呀,这个应该是从节点的存储位点已经超过了主节点的,导致同步消息一直失败


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] caigy commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883238463


   @wanghanyuLv 3.5.8 is too old and you can upgrade to the latest version to resolve the problem.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] panzhi33 commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883104844


   是否做过主备切换呀,这个应该是从节点的存储位点已经超过了主节点的,导致同步消息一直失败


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] caigy commented on issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161#issuecomment-883238463


   @wanghanyuLv 3.5.8 is too old and you can upgrade to the latest version to resolve the problem.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] duhenglucky closed issue #3161: WARN WriteSocketService - findMapedFileByOffset offset not matched, request Offset

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3161:
URL: https://github.com/apache/rocketmq/issues/3161


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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