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

Change subject: elasticsearch: align static and persistent config
......................................................................

elasticsearch: align static and persistent config

settings can be configured in elasticsearch.yml or overridden at runtime. This
aligns the elasticsearch.yml configuration file with the settings configured
on the cluster.

Change-Id: If34f95e2b46bd8922de34d6fb6b942ad064b3b28
---
M modules/elasticsearch/templates/elasticsearch_5.yml.erb
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/342490/1

diff --git a/modules/elasticsearch/templates/elasticsearch_5.yml.erb 
b/modules/elasticsearch/templates/elasticsearch_5.yml.erb
index 23e84a6..306a868 100644
--- a/modules/elasticsearch/templates/elasticsearch_5.yml.erb
+++ b/modules/elasticsearch/templates/elasticsearch_5.yml.erb
@@ -282,7 +282,7 @@
 cluster.routing.allocation.node_concurrent_recoveries: 2
 
 # Set to throttle throughput when recovering (eg. 100mb, by default 20mb):
-indices.recovery.max_bytes_per_sec: 20mb
+indices.recovery.max_bytes_per_sec: 40mb
 
 
 ################################## Discovery ##################################
@@ -364,9 +364,9 @@
 ##
 cluster.routing.allocation.disk.threshold_enabled: true
 # Stop allocating new shards to nodes with 85% disk utilization
-cluster.routing.allocation.disk.watermark.low: 0.90
+cluster.routing.allocation.disk.watermark.low: 0.75
 # Move shards off of nodes with 95% disk utilization
-cluster.routing.allocation.disk.watermark.high: 0.95
+cluster.routing.allocation.disk.watermark.high: 0.80
 # Check disk utilization every 60 seconds
 cluster.info.update.interval: 60s
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If34f95e2b46bd8922de34d6fb6b942ad064b3b28
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>

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

Reply via email to