InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace

Why every time getting following message during --prepare? Is there any way to fix it and get clean prepare?

InnoDB: Starting crash recovery.
InnoDB: Page [page id: space=0, page number=2] log sequence number 2615513 is in the future! Current system log sequence number 2610831.
InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to [url]http://dev.mysql.com/doc/refman/5.7/en/forcing-innodb-recovery.html[/url] for information about forcing recovery.

I have the same problem…
Did you solve this problem?

Hi tumureh

Could you take a look at this blog post and see if that helps you resolve your issue? [URL]https://www.percona.com/blog/2013/09/11/how-to-move-the-innodb-log-sequence-number-lsn-forward/[/URL]

Let me know if you still need more assistance, thanks!

Thanks Iorraine!

I am using a percona xtradb cluster 5.7, master - master replication, maybe in my case it is normal to receive such messages?
I also started initialize a cluster from the backup made by the innobackupex without the use apply-logs flag. Could this affect the occurrence of such errors?

Regards.