Coder Social home page Coder Social logo

Comments (8)

VincentChantreau avatar VincentChantreau commented on May 25, 2024

same problem here
The problem appear when I installed community.mysql collection
It seems that they replaced Is_Slave by Is_Replica (what a great idea to rename everything...)
So replacing the old Is_Slave variable in the replication tasks did the trick for me
Hope it can be fixed soon

from ansible-role-mysql.

giorgioma avatar giorgioma commented on May 25, 2024

See #503

from ansible-role-mysql.

hahayusuf avatar hahayusuf commented on May 25, 2024

I am glad with the fix.

However, I still seem to have the same issue of the replication tasks skipping.

When I comment out the following condition in the replication.yml file, it works as expected:

(slave.Is_Slave is defined and not slave.Is_Slave) or (slave.Is_Replica is defined and not slave.Is_Replica) or (slave.Is_Slave is not defined and slave.Is_Replica is not defined and slave is failed)

I am facing this issue with the "Configure replication" and "Start replication". I still do not understand what is causing this as the condition appears to cater for both the 'slave' and 'replica' naming convention.

from ansible-role-mysql.

stale avatar stale commented on May 25, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-mysql.

github-actions avatar github-actions commented on May 25, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-mysql.

azhinu avatar azhinu commented on May 25, 2024

Start replication task is skipped on first run with role v4.3.3 (latest on this moment). But it runs on second run.
I think this is because replica status is checked before Configure replication on the slave task runs. And the role have condition slave.Is_Replica is defined and slave.Is_Replica, that returns false on first run.
But in second run replica status is true and Start replication task runs.
So I think, we should to recheck replica status before Start replication task to let complete all task in first run.

from ansible-role-mysql.

github-actions avatar github-actions commented on May 25, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.