Ottomata has submitted this change and it was merged. Change subject: Raise recovery throttle to 100mb/s ......................................................................
Raise recovery throttle to 100mb/s We still don't want too many shards allocating at once so keep the concurrent at 2, but allows us to churn through larger shards (enwiki, dewiki, frwiki, commonswiki_file) faster. Change-Id: Ia08d33854dd1b48510e987f41606566f136861d4 --- M modules/elasticsearch/templates/elasticsearch.yml.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/modules/elasticsearch/templates/elasticsearch.yml.erb b/modules/elasticsearch/templates/elasticsearch.yml.erb index a309276..4dcf824 100644 --- a/modules/elasticsearch/templates/elasticsearch.yml.erb +++ b/modules/elasticsearch/templates/elasticsearch.yml.erb @@ -282,7 +282,7 @@ cluster.routing.allocation.node_concurrent_recoveries: 3 # Set to throttle throughput when recovering (eg. 100mb, by default 20mb): -indices.recovery.max_bytes_per_sec: 20mb +indices.recovery.max_bytes_per_sec: 100mb # Set to limit the number of open concurrent streams when -- To view, visit https://gerrit.wikimedia.org/r/150586 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia08d33854dd1b48510e987f41606566f136861d4 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
