To Increase Shard recovery speed do this: Increase node recovery speed PUT http://es:9200/_cluster/settings { "persistent" : { "indices.recovery.max_bytes_per_sec": "200mb", "indices.recovery.max_concurrent_file_chunks": 5, "cluster.routing.allocation.node_concurrent_recoveries" : 5 } } Links: https://www.elastic.co/guide/en/elasticsearch/reference/current/shards-allocation.html https://www.elastic.co/guide/en/elasticsearch/reference/current/recovery.html
Comments
We are using Ruby-2.1.0 and I tried to add two gem sources url, but it is working with single url only.
We've native gems(built) of Slackware OS in https://gemfury/io23232/something.. already defaulf https://rubygems is there in gem sources list
I've added my gem sources..
for example,..
gem install kgio --source https://gemfury/soemthien..
getting error, if i removed default(rubygems.org), the gem will be installed//