Skip to content

changes required to enable replication #762

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

Closed
wants to merge 26 commits into from
Closed

changes required to enable replication #762

wants to merge 26 commits into from

Conversation

markasammut
Copy link
Contributor

No description provided.

$master_slave = $mysql::server::master_slave
$server_id = $mysql::server::rep_server_id

if $mysql::server::replication_enable {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the inclusion of the replication class optional in the mysql::server, instead of protecting the contents. This makes it easier to compose manually, in those ugly edge cases.

@DavidS
Copy link
Contributor

DavidS commented Oct 9, 2015

Hi @markasammut ,

Thanks for your contribution! I've added a few comments to the code. Generally this would be a good change.

Please make sure that the additional functionality is also documented in the README and that there are at least basic tests in place.

Also, for final inclusion, please squash all you commits into one, so that the git history remains readable: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits

If you have experience with replication, it'd be great if you could have a look at #765 and chime in there.

Regards, David

@bmjen
Copy link
Contributor

bmjen commented Nov 23, 2015

Hi @markasammut,

I'm going to close this PR as stale, can you reopen when you are available to address the issues pointed out by @DavidS above? Thanks!

@bmjen bmjen closed this Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants