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 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/ed74ec91-29d5-4e4a-91cb-1f9537f3e93a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to