Open iurii-stepanov opened 1 month ago
All the collection meta info is stored in etcd, did you have a clean etcd service for this milvus cluster? /assign @iurii-stepanov /unassign
did you try to reuse etcd or S3 when you deploy a new cluster? or are u trying to deploy multiple milvus with same dependencies?
did you ever created a collection named nlp1?
All the collection meta info is stored in etcd, did you have a clean etcd service for this milvus cluster? /assign @iurii-stepanov /unassign
Yes. It's clean ETCD used by only one Milvus
did you try to reuse etcd or S3 when you deploy a new cluster? or are u trying to deploy multiple milvus with same dependencies?
No, only one Milvus.
did you ever created a collection named nlp1?
Yes. nlp1 was in another database - default.
I noticed that messages like this often appear in the logs "collection not found", but the collection is present in another database. For example, here is today's message:
{"level":"WARN","time":"2024/10/09 12:30:32.994 +00:00","caller":"proxy/task_scheduler.go:469","message":"Failed to pre-execute task: collection not found[database=shopping_assistant_dev][collection=beauty_filtered_final_v1]","traceID":"beb5b3f122d4ae90e190372a6e9418c6"}
Actually a collection "beauty_filtered_final_v1" in the database default. I think it has something to do with the database switch in WebUI Attu.
I think someone trying to load or search this collection. so milvus report the error. This doesn't means the system state is not correct.
on the other side, you might want to check your client see if some one is accessing nlp1 collection
Is there an existing issue for this?
Environment
Current Behavior
Since the start of the Proxynode I constantly see messages in the logs:
But I don't have collection "nlp1" and neither in this database "cv_product_search" nor in any other. It is possible that this collection has been deleted or was even previously in the database default, I am not sure.
Where is the information about available collections stored? In etcd? Why is a Proxynode trying to get a non-existent collection?
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
Proxynode:
Rootcoord:
Anything else?
No response