Mappings for a given index are only available on nodes that hold a shard for this index. While this may reduce memory usage on clusters that have many indices with few shards on many nodes, it tends to make things more complicated. For instance, search requests cannot be validated on the coordinating node. Wouldn't it be a better trade-off to have mappings available on all nodes?
Mappings for a given index are only available on nodes that hold a shard for this index. While this may reduce memory usage on clusters that have many indices with few shards on many nodes, it tends to make things more complicated. For instance, search requests cannot be validated on the coordinating node. Wouldn't it be a better trade-off to have mappings available on all nodes?