Marostegui has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339182 )

Change subject: realm.pp: Add __wmf_checksum table to be ignored
......................................................................

realm.pp: Add __wmf_checksum table to be ignored

When using pt-table-checksum, it does some writes to that table, not
ignoring that table makes sanitarium hosts break as it tries to do write
to it after selecting from other tables that might not exist as well.

Bug: T154485
Change-Id: I8e8a79f5f8a8a706684b24c90e8d348d39ea270b
---
M manifests/realm.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/339182/1

diff --git a/manifests/realm.pp b/manifests/realm.pp
index b1b1bbf..4ed0736 100644
--- a/manifests/realm.pp
+++ b/manifests/realm.pp
@@ -154,6 +154,7 @@
     'zerowiki' ]
 
 $private_tables = [
+    '__wmf_checksum',
     'accountaudit_login',
     'arbcom1_vote',
     'archive_old',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e8a79f5f8a8a706684b24c90e8d348d39ea270b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Marostegui <maroste...@wikimedia.org>

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

Reply via email to