1adf232bb2
This commit changes dynamic mappings updates so that they are synchronous on the entire cluster and their validity is checked by the master node. There are some important consequences of this commit: - a failing index request on a non-existing type does not implicitely create the type anymore - dynamic mappings updates cannot create inconsistent mappings on different shards - indexing requests that introduce new fields might induce latency spikes because of the overhead to update the mappings on the master node Close #8688 |
||
---|---|---|
.. | ||
10_basic.yaml | ||
20_missing_type.yaml | ||
30_missing_index.yaml | ||
40_aliases.yaml | ||
50_wildcard_expansion.yaml | ||
60_empty.yaml |