-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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]: milvus load stuck at 0% with querynode error: [msgdispatcher/dispatcher.go:122] ["seek failed"] [pchannel=by-dev-rootcoord-dml_6] #39562
Comments
/assign @bigsheeper |
I think this might be a different issue.
|
If your Pulsar TTL (Time-To-Live) is set to a very short duration, it can also cause similar issues. When the system recovers from a failure, the corresponding position may have already been garbage collected. |
check which collection watch failed and use birdwatcher to see the checkpoints, if some of the checkpoints is old, we need to reset it to newer timestamp |
Thank you very much for your help! Restarting the pulsar cluster did work indeed. 🎉 |
@xiaofan-luan btw I can't see the TTL configuration in here: https://milvus.io/docs/configure_pulsar.md |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Environment
Current Behavior
When I try to load my collection in Milvus, from Attu I can see that the load is stuck at 0%. I have about 20M entities in the collections that I'm trying to load. When I look into the querynode logs, I see:
Expected Behavior
The collection should load successfully.
Steps To Reproduce
No response
Milvus Log
milvus-log.tar.gz
Anything else?
No response
The text was updated successfully, but these errors were encountered: