Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/155296
Change subject: Turn down Elasticsearch recovery speed ...................................................................... Turn down Elasticsearch recovery speed It was too fast and hurting query performance. Change-Id: Ia3be4c087f1585835878ed9b9de9884282e1ba3e --- M modules/elasticsearch/templates/elasticsearch.yml.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/96/155296/1 diff --git a/modules/elasticsearch/templates/elasticsearch.yml.erb b/modules/elasticsearch/templates/elasticsearch.yml.erb index c14f573..5834700 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: 100mb +indices.recovery.max_bytes_per_sec: 30mb # Set to limit the number of open concurrent streams when -- To view, visit https://gerrit.wikimedia.org/r/155296 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia3be4c087f1585835878ed9b9de9884282e1ba3e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Manybubbles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
