Cluster setting not affected

Hi,

I've set _cluster setting

"cluster.routing.allocation.node_concurrent_recoveries" : 10
"indices.recovery.max_bytes_per_sec" : "80mb"

with

PUT _cluster/settings
{
  "persistent": {
    "cluster.routing.allocation.node_concurrent_recoveries" : 30
  }
}

PUT _cluster/settings
{
  "persistent": {
    "indices.recovery.max_bytes_per_sec" : "800mb"
  }
}

but my setting not effect to shard allocation.

What should i do? i have restart but setting gone. thanks

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