-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Enrich indices can clash with user allocation settings #54151
Copy link
Copy link
Closed
Labels
:Distributed/AllocationAll issues relating to the decision making around placing a shard (both master logic & on the nodes)All issues relating to the decision making around placing a shard (both master logic & on the nodes)Team:DistributedMeta label for distributed team.Meta label for distributed team.
Description
A user reported that enrich indices were not being allocated because of the following incompatible objectives:
- The system requirement to have an enrich shard replica on every node
- The user choice to have >1 node per host
- The user choice to not allocate same replica shards to the same host via
cluster.routing.allocation.same_shard.host
While the enrich indices were not fulfilling their objective to have a replica on every node the system is functional and there is good locality of data (each host has a copy) but the cluster state is permanently yellow. This is an annoyance from a monitoring perspective.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/AllocationAll issues relating to the decision making around placing a shard (both master logic & on the nodes)All issues relating to the decision making around placing a shard (both master logic & on the nodes)Team:DistributedMeta label for distributed team.Meta label for distributed team.
Type
Fields
Give feedbackNo fields configured for issues without a type.