# Change the index allocation makes the loads of cluster very high

**URL:** https://discuss.elastic.co/t/change-the-index-allocation-makes-the-loads-of-cluster-very-high/69008
**Category:** Elasticsearch
**Created:** [December 14, 2016, 11:03am UTC](https://discuss.elastic.co/t/change-the-index-allocation-makes-the-loads-of-cluster-very-high/69008 "2016-12-14T11:03:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pfctgeorge](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pfctgeorge/32/13870_2.png) [@pfctgeorge](https://discuss.elastic.co/u/pfctgeorge)
#### Post date: [December 14, 2016, 11:03am UTC](https://discuss.elastic.co/t/change-the-index-allocation-makes-the-loads-of-cluster-very-high/69008/1 "2016-12-14T11:03:03Z")

</div>

Hi

We have an elasticsearch cluster. The nodes with tag "hot" stores the data of recent 3 days, and nodes with tag "cold" stores the older data of recent 30 days.  
At every night, we change the index settings of "index.routing.allocation.require.tag" to move the data in hot tag which before 3 days into "cold" nodes. But recently, we notice that this process makes our loads of "cold" nodes very high and the nodes almost down.  
Can anybody kindly told us how can we optimize this phase?

Thanks.

settings:

{  
"index": {  
"routing": {  
"allocation": {  
"require": {  
"tag": "cold"  
},  
}  
}  
}  
}

Elasticsearch Version: 2.4.0  
JVM version: 1.8.0\_51

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 11, 2017, 11:03am UTC](https://discuss.elastic.co/t/change-the-index-allocation-makes-the-loads-of-cluster-very-high/69008/2 "2017-01-11T11:03:22Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
