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

Recent drop table PR introduces a new issue #235

Open
CrazyNash opened this issue Nov 22, 2019 · 3 comments
Open

Recent drop table PR introduces a new issue #235

CrazyNash opened this issue Nov 22, 2019 · 3 comments

Comments

@CrazyNash
Copy link

For MySQL bidirectional replication:

A : create table test
After test synced to B
B : drop table test

Table test dropped from B, but still exist in A

I tested from 0.9.67, it works correctly.

@Ryan-Git
Copy link
Collaborator

I can't reproduce this. could you provide your config and log?

@CrazyNash
Copy link
Author

@Ryan-Git this only happen when you drop a table from other site, not the site it's created. I will recreate it and provide the details.

@Ryan-Git
Copy link
Collaborator

yes I do the same.
A: create t
wait until B has t
B: drop t
check t not exists on A

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

No branches or pull requests

2 participants