Don't cancel allocation when a new sync id is found on shared filesystems #16357
Labels
:Distributed Coordination/Allocation
All issues relating to the decision making around placing a shard (both master logic & on the nodes)
>enhancement
In
ReplicaShardAllocator.processExistingRecoveries
, if we find a "better" match, we cancel allocation of a replica:However, when on a shared filesystem, all data nodes have the same data, so we should not cancel allocation if a new node pops up.
The text was updated successfully, but these errors were encountered: