-
Notifications
You must be signed in to change notification settings - Fork 3k
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]: [Urgent] Failed to LoadSegment because index file index_null_offset is missing #39881
Comments
Trying to reproduce the issue in house |
https://github.com/milvus-io/milvus/issues/39889。I encountered the same problem, how to solve it? |
#39889 encountered the same problem, how to solve it? |
I did not reproduce the issue when upgrading Milvus from v2.5.3 to v2.5.4. What I did is
|
@Andy6132024 could you please attach the full milvus logs for investigation? /assign @Andy6132024 |
It should be running for some time (usually more than a week) and suddenly an error is reported |
Hi @yanliang567, you need way more entities to be able to reproduce this issue. 2000 entities will only give you one segment. The collection which hit this issue has 4.7 million entities and about 20 segments. /assign @yanliang567 |
/assign @smellthemoon |
same issue #39889. Let's discuss it over there. |
Is there an existing issue for this?
Environment
Current Behavior
After upgrading from Milvus v2.5.3 to v.2.5.4, one collection in particular got stuck at loading. Unfortunately this collection holds very important data and it has become a blocker for our devs.
The querynode logs indicate that an index file named
index_null_offset
was missing.Searched existing issues and found one very similar issue but it seems this issue was not fully resolved in v2.5.4 (tried dropping and re-creating the indexes but no avail). Another related issue is this one which also reported missing some files in the
index_files
folder.The collection which got stuck at loading leverages the new feature Full Text Search in v2.5 which uses BM25 algorithm to automatically convert raw texts into sparse vectors. Not sure if this info might help you identify the root cause. Here's the pseudo code of its schema,
Expected Behavior
Collection is loaded successfully after upgrading to v2.5.4
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: