Jcrespo has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/373256 )
Change subject: mariadb: reduce shards replicated to dbstore2001 ...................................................................... mariadb: reduce shards replicated to dbstore2001 dbstore2001 cannot handle replication from all shards. Remove s1 and s4 (which are already on dbstore2002, as that hopefully will allow replication to happen normally). Increase the buffer pool available for the rest. Bug: T168409 Change-Id: I38004d0c171d1988e7040465e5261cb9ee628fc5 --- M hieradata/hosts/dbstore2001.yaml 1 file changed, 7 insertions(+), 9 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/56/373256/1 diff --git a/hieradata/hosts/dbstore2001.yaml b/hieradata/hosts/dbstore2001.yaml index 392382c..283aaea 100644 --- a/hieradata/hosts/dbstore2001.yaml +++ b/hieradata/hosts/dbstore2001.yaml @@ -1,10 +1,8 @@ # Buffer pool sizes/instance enabled -role::mariadb::dbstore_multiinstance::num_instances: 8 -role::mariadb::dbstore_multiinstance::x1: '2G' -role::mariadb::dbstore_multiinstance::s2: '10G' -role::mariadb::dbstore_multiinstance::s3: '10G' -role::mariadb::dbstore_multiinstance::s6: '10G' -role::mariadb::dbstore_multiinstance::s7: '15G' -role::mariadb::dbstore_multiinstance::s1: '15G' -role::mariadb::dbstore_multiinstance::s4: '18G' -role::mariadb::dbstore_multiinstance::s5: '18G' +role::mariadb::dbstore_multiinstance::num_instances: 6 +role::mariadb::dbstore_multiinstance::s2: '15G' +role::mariadb::dbstore_multiinstance::s3: '20G' +role::mariadb::dbstore_multiinstance::s5: '25G' +role::mariadb::dbstore_multiinstance::s6: '15G' +role::mariadb::dbstore_multiinstance::s7: '20G' +role::mariadb::dbstore_multiinstance::x1: '5G' -- To view, visit https://gerrit.wikimedia.org/r/373256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I38004d0c171d1988e7040465e5261cb9ee628fc5 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
