Skip to content
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

avoid passing mysql serverID from copydb #273

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

Manan007224
Copy link
Contributor

@Manan007224 Manan007224 commented Apr 8, 2021

Explicitly passing a serverID in copydb config means only one copydb isntance can operate on a source mysql server at a time. This would be probably okay in a production environment, but for parallel testing where you have multiple copydb instance opearing on the same source mysql server can create an issue.

It's better to not explicitly pass a serverID from copydb and let the binlog_streamer generate a random serverID.

@Manan007224 Manan007224 merged commit 6c8d984 into master Apr 9, 2021
@tiwilliam tiwilliam deleted the avoid-passing-serverID-copydb branch April 12, 2021 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants