mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix sealed segments ids unmatch after load balance (#21190)
Signed-off-by: nico <cheng.yuan@zilliz.com> Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
b01546edd3
commit
18d546e6a6
@ -1528,6 +1528,7 @@ class TestUtilityAdvanced(TestcaseBase):
|
||||
collection_w.insert(df)
|
||||
collection_w.load()
|
||||
# prepare load balance params
|
||||
time.sleep(0.5)
|
||||
res, _ = self.utility_wrap.get_query_segment_info(c_name)
|
||||
segment_distribution = cf.get_segment_distribution(res)
|
||||
all_querynodes = [node["identifier"] for node in ms.query_nodes]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user