Question about collection alter_alias error. #38679
Unanswered
hjlee9182
asked this question in
Q&A and General discussion
Replies: 2 comments 7 replies
-
I could not reproduce the issue with this script, my milvus is v2.3.5
I repeated the process create_collection==>alter_alias==>check alias==>drop_collection for 500 times, I didn't get any problems. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We didn't use a description, will this affect? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
milvus version 2.3.13, pymilvus 2.3.7
Our server(kotlin) calls Milvus’s search by passing the parameter "a" for the collection, intending to query the collection associated with the alias "a."
Every day, as part of a daily batch process, the collection linked to the alias "a" is changed. The code structure looks roughly like the snippet below.
However, sometimes we observe that even though the alias has been updated, it still points to the old collection. Checking via Attu on the web also shows that the alias has indeed changed. Do you have any idea what might be causing this issue?
And this issue is occured sometimes not every day.
Beta Was this translation helpful? Give feedback.
All reactions