You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to resume Spirit from checkpoint after _sentinel is dropped and it does checksum but it fails after a long time with this output:
INFO[80525] migration status: state=checksum checksum-progress=“8a868fff8dc26038018dd6d8aa8f546c”/“8a868fff8fe55566018fe590b55c09ef” binlog-deltas=0 total-time=22h22m6s checksum-time=22h21m55s conns-in-use=5
INFO[80530] finished periodic flush of binary log: total-duration=4.51µs batch-size=1000
INFO[80545] checksum passed
INFO[80545] starting to flush changeset
INFO[80555] closing canal
INFO[80555] syncer is closing...
WARN[80555] releasing metadata lock: spirit_xxxxxxx_xxxxxxx
INFO[80555] kill last connection id 79927
INFO[80555] syncer is closed
spirit: error: wait position (mysql-bin-changelog.033214, 157) too long > 10s
Previously we have deleted sentinel table but it didn't do cutover because spirit was not running. We are thinking it should do cutover after we run spirit again without sentinel table in the database. However it fails with this **spirit: error: wait position (mysql-bin-changelog.033214, 157) too long > 10s** error and could you advise what might be the issue that spirit informs about here?
The text was updated successfully, but these errors were encountered:
Hi,
We are trying to resume Spirit from checkpoint after _sentinel is dropped and it does checksum but it fails after a long time with this output:
INFO[80525] migration status: state=checksum checksum-progress=“8a868fff8dc26038018dd6d8aa8f546c”/“8a868fff8fe55566018fe590b55c09ef” binlog-deltas=0 total-time=22h22m6s checksum-time=22h21m55s conns-in-use=5
INFO[80530] finished periodic flush of binary log: total-duration=4.51µs batch-size=1000
INFO[80545] checksum passed
INFO[80545] starting to flush changeset
INFO[80555] closing canal
INFO[80555] syncer is closing...
WARN[80555] releasing metadata lock: spirit_xxxxxxx_xxxxxxx
INFO[80555] kill last connection id 79927
INFO[80555] syncer is closed
spirit: error: wait position (mysql-bin-changelog.033214, 157) too long > 10s
Previously we have deleted sentinel table but it didn't do cutover because spirit was not running. We are thinking it should do cutover after we run spirit again without sentinel table in the database. However it fails with this **
spirit: error: wait position (mysql-bin-changelog.033214, 157) too long > 10s
** error and could you advise what might be the issue that spirit informs about here?The text was updated successfully, but these errors were encountered: