Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocate searchable snapshots with the balancer (#54889)
Today the shards of searchable snapshots are allocated with a naive `ExistingShardsAllocator` which selects the first valid node for each shard. Thanks to #54729 we can now allow these shards to fall through to the balanced shards allocator so that they are allocated in a more balanced fashion. Relates #50999
- Loading branch information