Open
Description
Hi all, I want to ask about gh-ost migration.
When I run gh-ost migration on my virtual machine and the progress reached 100%, it got error log current heartbeatlag 9223372036.85s is too high, it needs to be less than both --max-lag-millis (1.50s) and --cut-over-lock-timeout-seconds (3.00) to continue
.
Here is the current specification:
- gh-ost version is 1.1.6
- using MariaDB version 11.4
What I have done are:
- Upgrading the gh-ost version from 1.1.5 into 1.1.6
- Running the gh-ost command without
--max-lag-millis
- Reseting the master database to refresh the replica
- Run
ANALYZE TABLE
to refresh the performance schema - Also I have set the timezone setting into UTC+7 to comply with my current timezone in Indonesia by running this SQL:
SET GLOBAL time_zone = '+07:00';
andSET time_zone = '+07:00';
So I'm curious about the printed value of TimeSinceLastHeartbeatOnChangelog()
, I decide to debug it on my local by print its value, but it shows 0001-01-01 00:00:00 +0000 UTC
, hence the heartbeat lag value become extremely huge.
Do you have any idea why this happens? Will appreciate any help given for this issue.
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels