# \_cluster/settings transient/persistent conflict

**URL:** https://discuss.elastic.co/t/-cluster-settings-transient-persistent-conflict/19760
**Category:** Elasticsearch
**Created:** [September 12, 2014, 3:41pm UTC](https://discuss.elastic.co/t/-cluster-settings-transient-persistent-conflict/19760 "2014-09-12T15:41:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Andrew\_Ochsner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrew_ochsner/32/1287_2.png) [@Andrew\_Ochsner](https://discuss.elastic.co/u/Andrew_Ochsner)
#### Post date: [September 12, 2014, 3:41pm UTC](https://discuss.elastic.co/t/-cluster-settings-transient-persistent-conflict/19760/1 "2014-09-12T15:41:43Z")

</div>

Hi:

When I have a cluster state that looks like this...which wins? Is there  
any way to clear a setting? Guessing I need to wait  
until [https://github.com/elasticsearch/elasticsearch/issues/6732](https://github.com/elasticsearch/elasticsearch/issues/6732) but what  
do I do in the meantime? Set both?

{  
"persistent" : {  
"cluster" : {  
"routing" : {  
"allocation" : {  
"enable" : "all",  
"disable\_allocation" : "false"  
}  
}  
}  
},  
"transient" : {  
"cluster" : {  
"routing" : {  
"allocation" : {  
"enable" : "none",  
}  
}  
}  
}  
}

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/ed74ec91-29d5-4e4a-91cb-1f9537f3e93a%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/ed74ec91-29d5-4e4a-91cb-1f9537f3e93a%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 1:02am UTC](https://discuss.elastic.co/t/-cluster-settings-transient-persistent-conflict/19760/2 "2017-07-06T01:02:44Z")

</div>


