I plan to migrate the data in a cluster with three nodes to another cluster. After I add the exclusion parameter (cluster.routing.allocation.exclude._ip) to the cluster, check the status of shards through /_cat/shards It was RELOCATING, but for a day, I kept refreshing and repeatedly executed /_cat/shards, and all the shards in the RELOCATING state did not change.
How to know what's going on behind the RELOCATING state? How much has it been copied?
