-
Notifications
You must be signed in to change notification settings - Fork 287
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
can't start a GTID-based incremental task when upstream GTID is empty #3731
Labels
affects-6.0
area/dm
Issues or PRs related to DM.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
lance6716
changed the title
can start a GTID-based incremental task when upstream GTID is empty
can't start a GTID-based incremental task when upstream GTID is empty
Aug 18, 2021
lance6716
added
area/dm
Issues or PRs related to DM.
type/bug
The issue is confirmed as a bug.
labels
Dec 6, 2021
/assign D3Hunter |
During a little refactor, I think we can use nil gtid to represent "gtid not enabled", and empty string to represent empty gtid. Do you have some suggrestions @D3Hunter |
so hacky, why not check |
/assign gmhdbjd |
/unassign D3Hunter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.0
area/dm
Issues or PRs related to DM.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
upstream gtid is empty, and binlog-gtid in meta field in task file is also empty
start successfully
query-status shows "invalid position (mysql-bin.000001, 4) or GTID not enabled in upstream"
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):The text was updated successfully, but these errors were encountered: