MySQL Forums
Forum List  »  Replication

Re: "log sequence number is in the future!" on the slave?
Posted by: Peter Brawley
Date: July 02, 2021 08:09AM

Data files and ib_logfile[0|1]-s are inconsistent. Usually that's due to backdoor/manual writes to the data files, eg restore ops, while the server is running.

Shut down the MySQL server, move ib_logfiles elsewhere, restart. New logfiles will be created.

And you need to kill whatever process is doing those backdoor writes.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: "log sequence number is in the future!" on the slave?
433
July 02, 2021 08:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.