Springle has submitted this change and it was merged.

Change subject: Make dbstore/db1047 repliction of m2 eventlogging permanent. 
Also avoid slave autostart for these multi-source replicants.
......................................................................


Make dbstore/db1047 repliction of m2 eventlogging permanent.
Also avoid slave autostart for these multi-source replicants.

Change-Id: I9b907559a2df65ca1b792e059fa0445a31986ff5
---
M templates/mariadb/analytics.my.cnf.erb
M templates/mariadb/dbstore.my.cnf.erb
2 files changed, 10 insertions(+), 0 deletions(-)

Approvals:
  Springle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/mariadb/analytics.my.cnf.erb 
b/templates/mariadb/analytics.my.cnf.erb
index 6eb65c7..6d31e69 100644
--- a/templates/mariadb/analytics.my.cnf.erb
+++ b/templates/mariadb/analytics.my.cnf.erb
@@ -53,8 +53,12 @@
 plugin-load = ha_tokudb
 tokudb_cache_size = <%= (Float(@memorysize.split[0]) * 0.50).round %>G
 
+slave-skip-start
 slave_transaction_retries = 4294967295
 
+# Eventlogging from m2 master
+m2.replicate-wild-do-table = log.%
+
 [mysqldump]
 
 quick
diff --git a/templates/mariadb/dbstore.my.cnf.erb 
b/templates/mariadb/dbstore.my.cnf.erb
index eda14d9..47c91a2 100644
--- a/templates/mariadb/dbstore.my.cnf.erb
+++ b/templates/mariadb/dbstore.my.cnf.erb
@@ -59,6 +59,12 @@
 plugin-load = ha_tokudb
 tokudb_cache_size = 48G
 
+slave-skip-start
+slave_transaction_retries = 4294967295
+
+# Eventlogging from m2 master
+m2.replicate-wild-do-table = log.%
+
 [mysqldump]
 
 quick

-- 
To view, visit https://gerrit.wikimedia.org/r/130576
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b907559a2df65ca1b792e059fa0445a31986ff5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to