Elasticsearch - Cluster Management
Given the following index setting, what will happen when Elasticsearch allocates shards?
{
"settings": {
"index.routing.allocation.awareness.include": {
"rack_id": "rack1,rack2"
}
}
}