milvus icon indicating copy to clipboard operation
milvus copied to clipboard

fix: Check partition in current target when observing partition load status (#34282)

Open congqixia opened this issue 7 months ago • 1 comments

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.

congqixia avatar Jul 01 '24 10:07 congqixia