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

known issue: setting up redundancy with a "dirty" second node. #34

Open
cornelinux opened this issue Aug 9, 2017 · 0 comments
Open

Comments

@cornelinux
Copy link
Member

When creating a redundancy with a second node, that was previously involved in another master-master replication you can run into an error:

ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository

We were able to solve this:

  1. stop redundancy again

  2. on the second node stop all slaves:

    STOP SLAVE;
    RESET SLAVE ALL;
    
  3. setup redundancy again.

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

1 participant