Git Product home page Git Product logo

Comments (7)

pserrano avatar pserrano commented on August 15, 2024 1

I've same problem. I don't found how script handle master log_pos and log_file variables.

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on August 15, 2024

It looks like this may have been a result of some of the changes added to the role for replication. I'll try to take a look, but this error looks like it might be a little bit difficult to reproduce (unless it's just printing a var directly instead of in quotes—as you said, it could just be that a string is being placed somewhere rather than an integer).

from ansible-role-mysql.

geerlingguy avatar geerlingguy commented on August 15, 2024

This is annoying to reproduce in a test environment, since it requires setting up a master and slave, getting them out of sync intentionally, then trying to set up the slave again (as happened in the above issue).

But a possible fix might be making sure replication is stopped on the slave prior to running the CHANGE MASTER command:

- name: Stop replication on the slave.
  mysql_replication: mode=stopslave
  ignore_errors: True
  when: >
    slave|failed
    and (mysql_replication_role == 'slave')
    and (mysql_replication_master != '')

from ansible-role-mysql.

zx1986 avatar zx1986 commented on August 15, 2024
"failed": true, 
"msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'File'.

The error appears to have been in 'roles/mysql/tasks/replication.yml': line 31, column 3, 
but maybe elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: Configure replication on the slave.
  ^ here

My Ansible got this error.
Where should I set master.File and master.Position?

from ansible-role-mysql.

zx1986 avatar zx1986 commented on August 15, 2024

I had commented:

master_log_pos = "{{ master.Position}}"
master_log_file = "{{ master.File }}"

The seems not be used.

from ansible-role-mysql.

stale avatar stale commented on August 15, 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.

stale avatar stale commented on August 15, 2024

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

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.