milvus
milvus copied to clipboard
fix: Check partition in current target when observing partition load status (#34282)
Cherry-pick from master pr: #34282 See also #34234
LoadPartitions
does not guarantee the current target has loading partitions if there are some partitions already loaded before.
This PR check current target contains the partition to load when advancing loading percentage to 100.