GitHub user weihubeats edited a comment on the discussion: rocketmq broker keeps printing the following error: schedule CQ offset invalid. offset=62857, cqMinOffset=0, cqMaxOffset=0, queueId=2
The command sh bin/mqadmin getSyncStateSet finds the node **NotInSyncReplica**. Checking the sync log has the following log printed normally ``` Update slave topic config from master Update slave consumer offset from master Update slave delay offset from master Update slave Message Request Mode ``` View dashboard explicitly for this broker online <img width="201" alt="image" src="https://user-images.githubusercontent.com/42484192/236983945-a18730f6-7554-417f-8f4e-4eaf41d4357c.png"> Checking the store log reveals the following error: ``` ERROR AutoSwitchHAClient - master pushed offset not equal the max phy offset in slave, SLAVE: 4224100337368 MASTER: 4224662794263 ERROR AutoSwitchHAClient - Process read result failed ``` I guess it may be the master-slave synchronization commitlog inconsistency problem, I deleted all the storage files of the slave, and then restarted the broker, and I still found this error GitHub link: https://github.com/apache/rocketmq/discussions/6719#discussioncomment-5844314 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org