Hello Giuseppe Lavagetto, jenkins-bot,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/376513

to review the following change.


Change subject: Revert "role::mariadb::analytics::custom_repl_slave: raise 
el_sync batch to 10k"
......................................................................

Revert "role::mariadb::analytics::custom_repl_slave: raise el_sync batch to 10k"

After some tests in Production the increased speed does not really improve so 
much the replication timing of a very busy Eventlogging
schema (like 100 events/s). With the current architecture of
eventlogging_sync such a use case needs to be handled semi-manually.

This reverts commit 058acf0cf7a05ef9e31afe200628201318348008.

Change-Id: Iad517448ea24d1545932f3889a4c319261a5f4b0
---
M modules/role/manifests/mariadb.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/13/376513/1

diff --git a/modules/role/manifests/mariadb.pp 
b/modules/role/manifests/mariadb.pp
index be5801e..4b86840 100644
--- a/modules/role/manifests/mariadb.pp
+++ b/modules/role/manifests/mariadb.pp
@@ -189,7 +189,7 @@
     $cutoff_days = 90
 
     # Only 'replicate' this many rows at a time.
-    $batch_size  = 10000
+    $batch_size  = 1000
 
     group { 'eventlog':
         ensure => 'present',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad517448ea24d1545932f3889a4c319261a5f4b0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@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