I had a node that was destroyed that contained shards from various indexes. I have backups of the original data and need to reindex the data that was held in those shards. I have wiped the shards affected so that they are now empty and on a new node.
My question is this -- if there is an empty shard with other shards that contain data in an index, if I reload data into the index, will the empty shard fill up first (to balance with the other shards?) If not, how do I go about making sure the empty shards load with data so that they are balanced with the existing shards that do contain data. There is no routing set up for these shards / indexes.
Thank you!