-
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]: Standalone SIGABRT: tantivy OpenReadError (FileDoesNotExist("meta.json")) #39585
Comments
it seems to be a file not found? |
/assign @SpadeA-Tang |
It seems there's a race condition between LocalChunkManager::RemoveDir and Tantivy InnerIndexReader::reload. If my conjuecture is right, the problem goes to why LocalChunkManager chooses to remove the directory while the index reader is still alive. |
@SpadeA-Tang |
what's the commit hash of the panic cluster? @ThreadDao |
I just noticed that the panic info is after the fix #39471. I think the root cause should be similar with that. |
@SpadeA-Tang I will try again after this PR is merged #39253 |
It seems that it has not reappeared |
I saw the same error on the branch https://github.com/milvus-io/milvus/commits/hotfix-2.5.4
|
@sunby We also need to update the tantivy version on 2.5 branch ? |
milvus-io/tantivy@cd8486a this commit should fix this. |
Is there an existing issue for this?
Environment
Current Behavior
pr's go-sdk ci test run failed:
https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI(go-sdk)/detail/PR-39579/3/pipeline/
server logs:
Loki logs
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: