cluster.asciidoc 753 B

1234567891011121314151617181920
  1. [float]
  2. [[breaking_70_cluster_changes]]
  3. === Cluster changes
  4. [float]
  5. ==== `:` is no longer allowed in cluster name
  6. Due to cross-cluster search using `:` to separate a cluster and index name,
  7. cluster names may no longer contain `:`.
  8. [float]
  9. ==== New default for `wait_for_active_shards` parameter of the open index command
  10. The default value for the `wait_for_active_shards` parameter of the open index API
  11. is changed from 0 to 1, which means that the command will now by default wait for all
  12. primary shards of the opened index to be allocated.
  13. [float]
  14. ==== Shard preferences `_primary`, `_primary_first`, `_replica`, and `_replica_first` are removed
  15. These shard preferences are removed in favour of the `_prefer_nodes` and `_only_nodes` preferences.