-
Notifications
You must be signed in to change notification settings - Fork 1k
Getting ERROR 1236 while trying to use GTID-based sync #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Forgot to mention that GTID set was saved after the first |
I've edited GTID set manually (added the missing 5291126583-5323107666 interval) and replication successfully started. And more to that, OnPosSynced now receives correct GTID set:
It might be that GTID set gets incorrectly parsed during dump. |
dobegor
added a commit
to dobegor/go-mysql
that referenced
this issue
Mar 12, 2021
atercattus
pushed a commit
that referenced
this issue
Apr 8, 2021
This address the issue #550. (cherry picked from commit 6f9431a7102cc23e32262dfbf7f0bb74df485545)
Closed in #551. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GTID set that was passed:
884f7ff2-5f06-11e8-9c1f-42010af0016e:1-5801379409,946eb7a2-8009-11e6-858e-42010af0109b:1-3964676522,e50bd2d3-6ad7-11e9-890c-42010af0017c:1-5291126581,04dc7e08-cdb9-11ea-85e2-42010af000f0:1-529516242,6b72c712-568d-11eb-9376-4201c0a83018:1-262736262
mysql.gtid_executed table:
Set was parsed using
mysql.ParseGTIDSet
and passed intoStartFromGTID
.@siddontang I've only found one similar issue - #114 - and it seems that my case is not related?
The text was updated successfully, but these errors were encountered: