Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Search failed with error: Collection not fully loaded #38703

Open
1 task done
aashishsingh2803 opened this issue Dec 24, 2024 · 1 comment
Open
1 task done

[Bug]: Search failed with error: Collection not fully loaded #38703

aashishsingh2803 opened this issue Dec 24, 2024 · 1 comment
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@aashishsingh2803
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: 2.3.19
- Deployment mode(standalone or cluster): cluster
- MQ type(rocksmq, pulsar or kafka):    kafka
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

We have a cllection that contains 1000 vectors only, and during load collection its waiting for 60 secs, still the collection is not loaded.
During search we are getting error collection not fully loaded.

/workspace/source/internal/proxy/task_scheduler.go:532 github.com/milvus-io/milvus/internal/proxy.(*taskScheduler).queryLoop.func1: collection not fully loaded[collection=454573880481312361]] [traceID: ec79832ef618d254a3e4a0343d765c79] [timeCost: 3.039977796s] [database: milvusdefaultv2] [collection: a360_prod_36c281b1adbd47c0940854b275e85009d1] [partitions: []] [expr: userAge > 50]

This is happening intermittently and frequency of this is large like our health check runs every in 15 mins and it s happening every 1 hour or so.
This issue occurs intermittently but with a high frequency. Our health check runs every 15 minutes, and the problem manifests approximately once every hour.

Expected Behavior

As the collection is very small i.e. 1000 vectors, it should be loaded instantly.

Steps To Reproduce

No response

Milvus Log

Added the compressed logs in the google drive as github had 25MB limit.
https://drive.google.com/file/d/1tQqyyxCqYeZSdjwC4i8dfXJDOngM4Y42/view?usp=drive_link

Anything else?

Database Name: milvusdefaultv2
Collection Name: a360_prod_36c281b1adbd47c0940854b275e85009d1
This Database contains 11.5K partitions.

I also checked the issue - #32498 but it doesn't mention any fix.

Please investigate this issue and provide guidance on resolving it. If additional details are required, let us know.

@aashishsingh2803 aashishsingh2803 added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 24, 2024
@yanliang567
Copy link
Contributor

/assign @weiliu1031
/unassign

@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants