-
Notifications
You must be signed in to change notification settings - Fork 17
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
Deleted node is presented in resetup_status #47
Comments
Yes, looks like a bug. |
@teem0n @secwall Unfortunately, the problem is still exist even after PR#70
after |
I'm not able to reproduce it on current master branch (05e1a51). Are you sure that you have an actual version? |
@secwall Yes I have the actual version. And I know where is the problem. Maybe setResetupStatus have to check if node not exist in pathHANodes before restore pathResetupStatus? |
@teem0n |
Thanks for detailed report! |
@FactorT when you stop mysql service on host, you should also stop mysync before removing the host |
@teem0n |
I cteated a MySQL cluster with 1 Master (stand-mysql-1) and 2 Riplicas (stand-mysql-2, stand-mysql-3).
And I used MySync to automate cluster configuration.
I've tried to delete 1 Replica Host by
mysync host remove stand-mysql-2
After that I've destroyed stand-mysql-2 at all (it was vm).
As result I have such output for my cluster configuration:
As you see, I have "stand-mysql-2" in "resetup_status" section.
Of cource, there is the same situation on the zookeeper cluster:
I can't understand is it an error? Are there some reasons to have the record for the deleted host in resetup_status?
The text was updated successfully, but these errors were encountered: