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/04/07 10:20:36 UTC

[GitHub] [rocketmq] panzhi33 edited a comment on issue #2784: slave broker print "ReputMessageService - findMappedFileByOffset failure" error continually in storeerror.log

panzhi33 edited a comment on issue #2784:
URL: https://github.com/apache/rocketmq/issues/2784#issuecomment-814792495


   > > This is because reputFromOffset is less than the minimum storage location of the slave broker。You can disable writing to this group of brokers, slave broker, and then clear all stored files on the slave broker,re-restoring synchronization
   > 
   > Is it practicable for clear all stored files in slave broker with large stored data? It is needed to restart the slave broker?
   
   Need to restart。
   1,disable writing to this group of brokers
   2,stop the slave broker,if the cluster tps not is not high,this step can wait 3 days,wait for all the messages to be consumed and the message is saved for 3 days by default
   3,clear all stored files
   4,start the slave broker
   5,turn on  writing


-- 
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